@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.607Z") @Stability(value=Experimental) public interface CommonAwsActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
ActionProperties.owner field is 'AWS' (or unset, as 'AWS' is the default).| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonAwsActionProps.Builder
A builder for
CommonAwsActionProps |
static class |
CommonAwsActionProps.Jsii$Proxy
An implementation for
CommonAwsActionProps |
| Modifier and Type | Method and Description |
|---|---|
static CommonAwsActionProps.Builder |
builder() |
default IRole |
getRole()
(experimental) The Role in which context's this Action will be executing in.
|
getActionName, getRunOrder, getVariablesNamespace@Stability(value=Experimental) @Nullable default IRole getRole()
The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your {@link IAction.bind} method in the {@link ActionBindOptions.role} property.
Default: a new Role will be generated
@Stability(value=Experimental) static CommonAwsActionProps.Builder builder()
builder in interface CommonActionPropsCommonAwsActionProps.Builder of CommonAwsActionPropsCopyright © 2021. All rights reserved.