| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoDeployment.Builder |
AutoDeployment.builder() |
AutoDeployment.Builder |
AutoDeployment.Builder.enabled(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. |
AutoDeployment.Builder |
AutoDeployment.Builder.retainStacksOnAccountRemoval(Boolean retainStacksOnAccountRemoval)
If set to
true, stack resources are retained when an account is removed from a target
organization or OU. |
AutoDeployment.Builder |
AutoDeployment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoDeployment.Builder> |
AutoDeployment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)
Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target
organization or organizational unit (OU).
|
default UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.autoDeployment(Consumer<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).
|
default StackSet.Builder |
StackSet.Builder.autoDeployment(Consumer<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).
|
default StackSetSummary.Builder |
StackSetSummary.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)
[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts
that are added to a target organizational unit (OU).
|
Copyright © 2021. All rights reserved.