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