| Modifier and Type | Method and Description |
|---|---|
CloudFormationDeploymentActionCommonProps.Builder.Build |
CloudFormationDeploymentActionCommonProps.Builder.Build.withCapabilities(List<CloudFormationCapabilities> value)
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.
|
CloudFormationDeploymentActionCommonProps.Builder.Build |
CloudFormationDeploymentActionCommonProps.Builder.Build.withFullPermissions(Boolean value)
Whether to grant full permissions to CloudFormation while deploying this template.
|
CloudFormationDeploymentActionCommonProps.Builder.Build |
CloudFormationDeploymentActionCommonProps.Builder.Build.withOutputArtifactName(String value)
The name of the output artifact to generate
Only applied if `outputFileName` is set as well.
|
CloudFormationDeploymentActionCommonProps.Builder.Build |
CloudFormationDeploymentActionCommonProps.Builder.Build.withOutputFileName(String value)
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
CloudFormationDeploymentActionCommonProps.Builder.Build |
CloudFormationDeploymentActionCommonProps.Builder.Build.withParameterOverrides(Map<String,Object> value)
Additional template parameters.
|
CloudFormationDeploymentActionCommonProps.Builder.Build |
CloudFormationDeploymentActionCommonProps.Builder.Build.withRole(software.amazon.awscdk.services.iam.Role value)
IAM role to assume when deploying changes.
|
CloudFormationDeploymentActionCommonProps.Builder.Build |
CloudFormationDeploymentActionCommonProps.Builder.withStackName(String value)
The name of the stack to apply this action to
|
CloudFormationDeploymentActionCommonProps.Builder.Build |
CloudFormationDeploymentActionCommonProps.Builder.Build.withTemplateConfiguration(software.amazon.awscdk.services.codepipeline.ArtifactPath value)
Input artifact to use for template parameters values and stack policy.
|
Copyright © 2018. All rights reserved.