@Stability(value=Experimental) public static final class PipelineDeployStackActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PipelineDeployStackActionProps
PipelineDeployStackActionPropssoftware.amazon.jsii.JsiiObject.InitializationModePipelineDeployStackActionProps.Builder, PipelineDeployStackActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRefclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Boolean getAdminPermissions()
PipelineDeployStackActionPropsgetAdminPermissions in interface PipelineDeployStackActionPropspublic software.amazon.awscdk.services.codepipeline.Artifact getInput()
PipelineDeployStackActionPropsgetInput in interface PipelineDeployStackActionPropspublic software.amazon.awscdk.core.Stack getStack()
PipelineDeployStackActionPropsgetStack in interface PipelineDeployStackActionPropspublic List<software.amazon.awscdk.services.cloudformation.CloudFormationCapabilities> getCapabilities()
PipelineDeployStackActionPropsgetCapabilities in interface PipelineDeployStackActionPropshttps://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilitiespublic String getChangeSetName()
PipelineDeployStackActionPropsgetChangeSetName in interface PipelineDeployStackActionPropspublic Number getCreateChangeSetRunOrder()
PipelineDeployStackActionPropsgetCreateChangeSetRunOrder in interface PipelineDeployStackActionPropspublic Number getExecuteChangeSetRunOrder()
PipelineDeployStackActionPropsgetExecuteChangeSetRunOrder in interface PipelineDeployStackActionPropspublic software.amazon.awscdk.services.iam.IRole getRole()
PipelineDeployStackActionPropsgetRole in interface PipelineDeployStackActionPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.