aws-cdk-lib.aws_codepipeline_actions.StackSetOrganizationsAutoDeployment

enum StackSetOrganizationsAutoDeployment

LanguageType name
.NETAmazon.CDK.AWS.CodePipeline.Actions.StackSetOrganizationsAutoDeployment
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodepipelineactions#StackSetOrganizationsAutoDeployment
Javasoftware.amazon.awscdk.services.codepipeline.actions.StackSetOrganizationsAutoDeployment
Pythonaws_cdk.aws_codepipeline_actions.StackSetOrganizationsAutoDeployment
TypeScript (source)aws-cdk-lib » aws_codepipeline_actions » StackSetOrganizationsAutoDeployment

Describes whether AWS CloudFormation StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).

Members

NameDescription
ENABLEDStackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.
DISABLEDStackSets 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.
ENABLED_WITH_STACK_RETENTIONStack resources are retained when an account is removed from a target organization or OU.

ENABLED

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.


DISABLED

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.


ENABLED_WITH_STACK_RETENTION

Stack resources are retained when an account is removed from a target organization or OU.