@Generated(value="software.amazon.awssdk:codegen") public final class AutoDeployment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoDeployment.Builder,AutoDeployment>
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoDeployment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoDeployment.Builder |
builder() |
Boolean |
enabled()
If set to
true, 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. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
retainStacksOnAccountRemoval()
If set to
true, stack resources are retained when an account is removed from a target organization
or OU. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoDeployment.Builder> |
serializableBuilderClass() |
AutoDeployment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
If set to true, 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, StackSets deletes stack instances from the account in the
specified Regions.
true, 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, StackSets deletes stack
instances from the account in the specified Regions.public final 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.
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.public AutoDeployment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoDeployment.Builder,AutoDeployment>public static AutoDeployment.Builder builder()
public static Class<? extends AutoDeployment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.