@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.567Z") @Stability(value=Stable) public enum StackSetOrganizationsAutoDeployment extends Enum<StackSetOrganizationsAutoDeployment>
| Enum Constant and Description |
|---|
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
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.
|
ENABLED_WITH_STACK_RETENTION
Stack resources are retained when an account is removed from a target organization or OU.
|
| Modifier and Type | Method and Description |
|---|---|
static StackSetOrganizationsAutoDeployment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackSetOrganizationsAutoDeployment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final StackSetOrganizationsAutoDeployment ENABLED
If an account is removed from a target organization or OU, AWS CloudFormation StackSets deletes stack instances from the account in the specified Regions.
@Stability(value=Stable) public static final StackSetOrganizationsAutoDeployment DISABLED
@Stability(value=Stable) public static final StackSetOrganizationsAutoDeployment ENABLED_WITH_STACK_RETENTION
public static StackSetOrganizationsAutoDeployment[] values()
for (StackSetOrganizationsAutoDeployment c : StackSetOrganizationsAutoDeployment.values()) System.out.println(c);
public static StackSetOrganizationsAutoDeployment valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.