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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.appdelivery.PipelineDeployStackActionProps
PipelineDeployStackActionProps.Builder, PipelineDeployStackActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.Constructor that initializes the object based on literal property values passed by thePipelineDeployStackActionProps.Builder
.protected
Jsii$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.JsonNode
Deprecated.final boolean
Deprecated.final Boolean
Deprecated.(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 String
Deprecated.(deprecated) The name to use when creating a ChangeSet for the stack.final String
Deprecated.(deprecated) The name of the CodePipeline action creating the ChangeSet.final Number
Deprecated.(deprecated) The runOrder for the CodePipeline action creating the ChangeSet.final String
Deprecated.(deprecated) The name of the CodePipeline action creating the ChangeSet.final Number
Deprecated.(deprecated) The runOrder for the CodePipeline action executing the ChangeSet.final Artifact
getInput()
Deprecated.(deprecated) The CodePipeline artifact that holds the synthesized app, which is the contents of the<directory>
when runningcdk synth -o <directory>
.final IRole
getRole()
Deprecated.(deprecated) IAM role to assume when deploying changes.final Stack
getStack()
Deprecated.(deprecated) The CDK stack to be deployed.final int
hashCode()
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
true
affects the defaults forrole
andcapabilities
, 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
addToRolePolicy
andcapabilities
to control what the CloudFormation deployment is allowed to do.- Specified by:
getAdminPermissions
in 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:
getInput
in interfacePipelineDeployStackActionProps
-
getStack
Deprecated.Description copied from interface:PipelineDeployStackActionProps
(deprecated) The CDK stack to be deployed.- Specified by:
getStack
in 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
- Specified by:
getCapabilities
in interfacePipelineDeployStackActionProps
- See Also:
-
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:
getChangeSetName
in interfacePipelineDeployStackActionProps
-
getCreateChangeSetActionName
Deprecated.Description copied from interface:PipelineDeployStackActionProps
(deprecated) The name of the CodePipeline action creating the ChangeSet.Default: 'ChangeSet'
- Specified by:
getCreateChangeSetActionName
in interfacePipelineDeployStackActionProps
-
getCreateChangeSetRunOrder
Deprecated.Description copied from interface:PipelineDeployStackActionProps
(deprecated) The runOrder for the CodePipeline action creating the ChangeSet.Default: 1
- Specified by:
getCreateChangeSetRunOrder
in interfacePipelineDeployStackActionProps
-
getExecuteChangeSetActionName
Deprecated.Description copied from interface:PipelineDeployStackActionProps
(deprecated) The name of the CodePipeline action creating the ChangeSet.Default: 'Execute'
- Specified by:
getExecuteChangeSetActionName
in interfacePipelineDeployStackActionProps
-
getExecuteChangeSetRunOrder
Deprecated.Description copied from interface:PipelineDeployStackActionProps
(deprecated) The runOrder for the CodePipeline action executing the ChangeSet.Default: ``createChangeSetRunOrder + 1``
- Specified by:
getExecuteChangeSetRunOrder
in 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
adminPermissions
is 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:
getRole
in interfacePipelineDeployStackActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-