@Stability(value=Stable) public static final class CloudFormationCreateReplaceChangeSetAction.Builder extends Object
CloudFormationCreateReplaceChangeSetAction.@Stability(value=Stable) public static CloudFormationCreateReplaceChangeSetAction.Builder create()
CloudFormationCreateReplaceChangeSetAction.Builder.@Stability(value=Stable) public CloudFormationCreateReplaceChangeSetAction.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 CloudFormationCreateReplaceChangeSetAction.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 CloudFormationCreateReplaceChangeSetAction.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 CloudFormationCreateReplaceChangeSetAction.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 CloudFormationCreateReplaceChangeSetAction.Builder changeSetName(String changeSetName)
changeSetName - Name of the change set to create or update. This parameter is required.this@Stability(value=Stable) public CloudFormationCreateReplaceChangeSetAction.Builder stackName(String stackName)
stackName - The name of the stack to apply this action to. This parameter is required.this@Stability(value=Stable) public CloudFormationCreateReplaceChangeSetAction.Builder templatePath(ArtifactPath templatePath)
templatePath - Input artifact with the ChangeSet's CloudFormation template. This parameter is required.this@Stability(value=Stable) public CloudFormationCreateReplaceChangeSetAction.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 CloudFormationCreateReplaceChangeSetAction.Builder capabilities(List<CloudFormationCapabilities> capabilities)
capabilities - Acknowledge certain changes made as part of deployment. This parameter is required.this@Stability(value=Stable) public CloudFormationCreateReplaceChangeSetAction.Builder deploymentRole(IRole deploymentRole)
deploymentRole - IAM role to assume when deploying changes. This parameter is required.this@Stability(value=Stable) public CloudFormationCreateReplaceChangeSetAction.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 CloudFormationCreateReplaceChangeSetAction.Builder output(Artifact output)
output - The name of the output artifact to generate. This parameter is required.this@Stability(value=Stable) public CloudFormationCreateReplaceChangeSetAction.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 CloudFormationCreateReplaceChangeSetAction.Builder parameterOverrides(Map<String,Object> parameterOverrides)
parameterOverrides - Additional template parameters. This parameter is required.this@Stability(value=Stable) public CloudFormationCreateReplaceChangeSetAction.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 CloudFormationCreateReplaceChangeSetAction.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 CloudFormationCreateReplaceChangeSetAction build()
Copyright © 2019. All rights reserved.