Class PipelineDeployStackActionProps.Jsii$Proxy
- All Implemented Interfaces:
PipelineDeployStackActionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PipelineDeployStackActionProps
PipelineDeployStackActionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.appdelivery.PipelineDeployStackActionProps
PipelineDeployStackActionProps.Builder, PipelineDeployStackActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by thePipelineDeployStackActionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final BooleanDeprecated.(deprecated) Whether to grant admin permissions to CloudFormation while deploying this template.final List<CloudFormationCapabilities>Deprecated.(deprecated) Acknowledge certain changes made as part of deployment.final StringDeprecated.(deprecated) The name to use when creating a ChangeSet for the stack.final StringDeprecated.(deprecated) The name of the CodePipeline action creating the ChangeSet.final NumberDeprecated.(deprecated) The runOrder for the CodePipeline action creating the ChangeSet.final StringDeprecated.(deprecated) The name of the CodePipeline action creating the ChangeSet.final NumberDeprecated.(deprecated) The runOrder for the CodePipeline action executing the ChangeSet.final ArtifactgetInput()Deprecated.(deprecated) The CodePipeline artifact that holds the synthesized app, which is the contents of the<directory>when runningcdk synth -o <directory>.final IRolegetRole()Deprecated.(deprecated) IAM role to assume when deploying changes.final StackgetStack()Deprecated.(deprecated) The CDK stack to be deployed.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by thePipelineDeployStackActionProps.Builder.
-
-
Method Details
-
getAdminPermissions
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) Whether to grant admin permissions to CloudFormation while deploying this template.Setting this to
trueaffects the defaults forroleandcapabilities, if you don't specify any alternatives.The default role that will be created for you will have admin (i.e.,
*) permissions on all resources, and the deployment will have named IAM capabilities (i.e., able to create all IAM resources).This is a shorthand that you can use if you fully trust the templates that are deployed in this pipeline. If you want more fine-grained permissions, use
addToRolePolicyandcapabilitiesto control what the CloudFormation deployment is allowed to do.- Specified by:
getAdminPermissionsin interfacePipelineDeployStackActionProps
-
getInput
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) The CodePipeline artifact that holds the synthesized app, which is the contents of the<directory>when runningcdk synth -o <directory>.- Specified by:
getInputin interfacePipelineDeployStackActionProps
-
getStack
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) The CDK stack to be deployed.- Specified by:
getStackin interfacePipelineDeployStackActionProps
-
getCapabilities
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) Acknowledge certain changes made as part of deployment.For stacks that contain certain resources, explicit acknowledgement that AWS CloudFormation might create or update those resources. For example, you must specify AnonymousIAM if your stack template contains AWS Identity and Access Management (IAM) resources. For more information
Default: [AnonymousIAM, AutoExpand], unless `adminPermissions` is true
-
getChangeSetName
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) The name to use when creating a ChangeSet for the stack.Default: CDK-CodePipeline-ChangeSet
- Specified by:
getChangeSetNamein interfacePipelineDeployStackActionProps
-
getCreateChangeSetActionName
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) The name of the CodePipeline action creating the ChangeSet.Default: 'ChangeSet'
- Specified by:
getCreateChangeSetActionNamein interfacePipelineDeployStackActionProps
-
getCreateChangeSetRunOrder
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) The runOrder for the CodePipeline action creating the ChangeSet.Default: 1
- Specified by:
getCreateChangeSetRunOrderin interfacePipelineDeployStackActionProps
-
getExecuteChangeSetActionName
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) The name of the CodePipeline action creating the ChangeSet.Default: 'Execute'
- Specified by:
getExecuteChangeSetActionNamein interfacePipelineDeployStackActionProps
-
getExecuteChangeSetRunOrder
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) The runOrder for the CodePipeline action executing the ChangeSet.Default: ``createChangeSetRunOrder + 1``
- Specified by:
getExecuteChangeSetRunOrderin interfacePipelineDeployStackActionProps
-
getRole
Deprecated.Description copied from interface:PipelineDeployStackActionProps(deprecated) IAM role to assume when deploying changes.If not specified, a fresh role is created. The role is created with zero permissions unless
adminPermissionsis true, in which case the role will have admin permissions.Default: A fresh role with admin or no permissions (depending on the value of `adminPermissions`).
- Specified by:
getRolein interfacePipelineDeployStackActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-