@Stability(value=Stable) public static final class CloudFormationDeleteStackActionProps.Builder extends Object
CloudFormationDeleteStackActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder adminPermissions(Boolean adminPermissions)
adminPermissions - Whether to grant full permissions to CloudFormation while deploying this template. This parameter is required.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder stackName(String stackName)
stackName - The name of the stack to apply this action to. This parameter is required.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder account(String account)
account - The AWS account this Action is supposed to operate in. **Note**: if you specify the `role` property, this is ignored - the action will operate in the same region the passed role does.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder capabilities(List<CloudFormationCapabilities> capabilities)
capabilities - Acknowledge certain changes made as part of deployment.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder deploymentRole(IRole deploymentRole)
deploymentRole - IAM role to assume when deploying changes.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder extraInputs(List<Artifact> extraInputs)
extraInputs - The list of additional input Artifacts for this Action. This is especially useful when used in conjunction with the `parameterOverrides` property. For example, if you have:.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder output(Artifact output)
output - The name of the output artifact to generate.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder outputFileName(String outputFileName)
outputFileName - A name for the filename in the output artifact to store the AWS CloudFormation call's result.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder parameterOverrides(Map<String,Object> parameterOverrides)
parameterOverrides - Additional template parameters.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder region(String region)
region - The AWS region the given Action resides in. Note that a cross-region Pipeline requires replication buckets to function correctly. You can provide their names with the PipelineProps#crossRegionReplicationBuckets property. If you don't, the CodePipeline Construct will create new Stacks in your CDK app containing those buckets, that you will need to `cdk deploy` before deploying the main, Pipeline-containing Stack.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder templateConfiguration(ArtifactPath templateConfiguration)
templateConfiguration - Input artifact to use for template parameters values and stack policy.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder role(IRole role)
role - The Role in which context's this Action will be executing in. 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 IAction.bind method in the ActionBindOptions.role property.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder actionName(String actionName)
actionName - The physical, human-readable name of the Action. Not that Action names must be unique within a single Stage. This parameter is required.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps.Builder runOrder(Number runOrder)
runOrder - The runOrder property for this Action. RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Stable) public CloudFormationDeleteStackActionProps build()
CloudFormationDeleteStackActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.