@Stability(value=Stable) public static final class CloudFormationCreateUpdateStackActionProps.Builder extends Object
CloudFormationCreateUpdateStackActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CloudFormationCreateUpdateStackActionProps.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 CloudFormationCreateUpdateStackActionProps.Builder stackName(String stackName)
stackName - The name of the stack to apply this action to. This parameter is required.this@Stability(value=Stable) public CloudFormationCreateUpdateStackActionProps.Builder templatePath(ArtifactPath templatePath)
templatePath - Input artifact with the CloudFormation template to deploy. This parameter is required.this@Stability(value=Stable) public CloudFormationCreateUpdateStackActionProps.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 CloudFormationCreateUpdateStackActionProps.Builder capabilities(List<CloudFormationCapabilities> capabilities)
capabilities - Acknowledge certain changes made as part of deployment.this@Stability(value=Stable) public CloudFormationCreateUpdateStackActionProps.Builder deploymentRole(IRole deploymentRole)
deploymentRole - IAM role to assume when deploying changes.this@Stability(value=Stable) public CloudFormationCreateUpdateStackActionProps.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 CloudFormationCreateUpdateStackActionProps.Builder output(Artifact output)
output - The name of the output artifact to generate.this@Stability(value=Stable) public CloudFormationCreateUpdateStackActionProps.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 CloudFormationCreateUpdateStackActionProps.Builder parameterOverrides(Map<String,Object> parameterOverrides)
parameterOverrides - Additional template parameters.this@Stability(value=Stable) public CloudFormationCreateUpdateStackActionProps.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 CloudFormationCreateUpdateStackActionProps.Builder replaceOnFailure(Boolean replaceOnFailure)
replaceOnFailure - Replace the stack if it's in a failed state.this@Stability(value=Stable) public CloudFormationCreateUpdateStackActionProps.Builder templateConfiguration(ArtifactPath templateConfiguration)
templateConfiguration - Input artifact to use for template parameters values and stack policy.this@Stability(value=Stable) public CloudFormationCreateUpdateStackActionProps.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 CloudFormationCreateUpdateStackActionProps.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 CloudFormationCreateUpdateStackActionProps.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 CloudFormationCreateUpdateStackActionProps build()
CloudFormationCreateUpdateStackActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.