public static interface AutoDeployment.Builder extends SdkPojo, CopyableBuilder<AutoDeployment.Builder,AutoDeployment>
| Modifier and Type | Method and Description |
|---|---|
AutoDeployment.Builder |
enabled(Boolean 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. |
AutoDeployment.Builder |
retainStacksOnAccountRemoval(Boolean retainStacksOnAccountRemoval)
If set to
true, stack resources are retained when an account is removed from a target
organization or OU. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoDeployment.Builder enabled(Boolean 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.
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.AutoDeployment.Builder retainStacksOnAccountRemoval(Boolean retainStacksOnAccountRemoval)
If set to true, stack resources are retained when an account is removed from a target
organization or OU. If set to false, stack resources are deleted. Specify only if
Enabled is set to True.
retainStacksOnAccountRemoval - If set to true, stack resources are retained when an account is removed from a target
organization or OU. If set to false, stack resources are deleted. Specify only if
Enabled is set to True.Copyright © 2021. All rights reserved.