/AWS1/CL_FRMAUTODEPLOYMENT¶
Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see Enable or disable automatic deployments for StackSets in Organizations in the CloudFormation User Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enabled TYPE /AWS1/FRMAUTODEPLOYMENTNULLA00 /AWS1/FRMAUTODEPLOYMENTNULLA00¶
If set to
true, StackSets automatically deploys additional stack instances to 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, StackSets deletes stack instances from the account in the specified Regions.
iv_retainstacksonacctremoval TYPE /AWS1/FRMRTNSTACKSONACREMOVA00 /AWS1/FRMRTNSTACKSONACREMOVA00¶
If set to
true, stack resources are retained when an account is removed from a target organization or OU. If set tofalse, stack resources are deleted. Specify only ifEnabledis set toTrue.
Queryable Attributes¶
Enabled¶
If set to
true, StackSets automatically deploys additional stack instances to 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, StackSets deletes stack instances from the account in the specified Regions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
RetainStacksOnAccountRemoval¶
If set to
true, stack resources are retained when an account is removed from a target organization or OU. If set tofalse, stack resources are deleted. Specify only ifEnabledis set toTrue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETAINSTACKSONACREMOVAL() |
Getter for RETAINSTACKSONACCOUNTREMOVAL, with configurable d |
ASK_RETAINSTACKSONACREMOVAL() |
Getter for RETAINSTACKSONACCOUNTREMOVAL w/ exceptions if fie |
HAS_RETAINSTACKSONACREMOVAL() |
Determine if RETAINSTACKSONACCOUNTREMOVAL has a value |