public static final class PipelineDeployStackActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PipelineDeployStackActionProps
software.amazon.jsii.JsiiObject.InitializationModePipelineDeployStackActionProps.Builder, PipelineDeployStackActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAdminPermissions()
Whether to grant admin permissions to CloudFormation while deploying this template.
|
List<software.amazon.awscdk.services.cloudformation.CloudFormationCapabilities> |
getCapabilities()
Acknowledge certain changes made as part of deployment.
|
String |
getChangeSetName()
The name to use when creating a ChangeSet for the stack.
|
Number |
getCreateChangeSetRunOrder()
The runOrder for the CodePipeline action creating the ChangeSet.
|
Number |
getExecuteChangeSetRunOrder()
The runOrder for the CodePipeline action executing the ChangeSet.
|
software.amazon.awscdk.services.codepipeline.Artifact |
getInput()
The CodePipeline artifact that holds the synthesized app, which is the contents of the ``
|
software.amazon.awscdk.services.iam.IRole |
getRole()
IAM role to assume when deploying changes.
|
software.amazon.awscdk.core.Stack |
getStack()
The CDK stack to be deployed.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public Boolean getAdminPermissions()
getAdminPermissions in interface PipelineDeployStackActionProps@Stability(value=Experimental) public software.amazon.awscdk.services.codepipeline.Artifact getInput()
getInput in interface PipelineDeployStackActionProps@Stability(value=Experimental) public software.amazon.awscdk.core.Stack getStack()
getStack in interface PipelineDeployStackActionProps@Stability(value=Experimental) @Nullable public List<software.amazon.awscdk.services.cloudformation.CloudFormationCapabilities> getCapabilities()
getCapabilities in interface PipelineDeployStackActionPropshttps://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities@Stability(value=Experimental) @Nullable public String getChangeSetName()
getChangeSetName in interface PipelineDeployStackActionProps@Stability(value=Experimental) @Nullable public Number getCreateChangeSetRunOrder()
getCreateChangeSetRunOrder in interface PipelineDeployStackActionProps@Stability(value=Experimental) @Nullable public Number getExecuteChangeSetRunOrder()
getExecuteChangeSetRunOrder in interface PipelineDeployStackActionProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.iam.IRole getRole()
getRole in interface PipelineDeployStackActionPropsCopyright © 2019. All rights reserved.