Module: AWSCDK::CodePipelineActions::StackSetOrganizationsAutoDeployment
- Defined in:
- code_pipeline_actions/stack_set_organizations_auto_deployment.rb
Overview
Describes whether AWS CloudFormation StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
Constant Summary collapse
- ENABLED =
Deprecated.Note:
Default:
StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.
If an account is removed from a target organization or OU, AWS CloudFormation StackSets deletes stack instances from the account in the specified Regions.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.StackSetOrganizationsAutoDeployment", "ENABLED")
- DISABLED =
Deprecated.Note:
Default:
StackSets does not automatically deploy additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.StackSetOrganizationsAutoDeployment", "DISABLED")
- ENABLED_WITH_STACK_RETENTION =
Deprecated.Note:
Default:
Stack resources are retained when an account is removed from a target organization or OU.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.StackSetOrganizationsAutoDeployment", "ENABLED_WITH_STACK_RETENTION")