Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
StackSet |
StackSet.clone() |
StackSet |
DescribeStackSetResult.getStackSet()
The specified stack set.
|
StackSet |
StackSet.withAdministrationRoleARN(String administrationRoleARN)
The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.
|
StackSet |
StackSet.withAutoDeployment(AutoDeployment autoDeployment)
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that
are added to a target organization or organizational unit (OU).
|
StackSet |
StackSet.withCapabilities(Capability... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet |
StackSet.withCapabilities(Collection<String> capabilities)
The capabilities that are allowed in the stack set.
|
StackSet |
StackSet.withCapabilities(String... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet |
StackSet.withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
StackSet |
StackSet.withExecutionRoleName(String executionRoleName)
The name of the IAM execution role used to create or update the stack set.
|
StackSet |
StackSet.withManagedExecution(ManagedExecution managedExecution)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
StackSet |
StackSet.withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
DeploymentTargets.
|
StackSet |
StackSet.withOrganizationalUnitIds(String... organizationalUnitIds)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
DeploymentTargets.
|
StackSet |
StackSet.withParameters(Collection<Parameter> parameters)
A list of input parameters for a stack set.
|
StackSet |
StackSet.withParameters(Parameter... parameters)
A list of input parameters for a stack set.
|
StackSet |
StackSet.withPermissionModel(PermissionModels permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
StackSet |
StackSet.withPermissionModel(String permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
StackSet |
StackSet.withRegions(Collection<String> regions)
Returns a list of all Amazon Web Services Regions the given StackSet has stack instances deployed in.
|
StackSet |
StackSet.withRegions(String... regions)
Returns a list of all Amazon Web Services Regions the given StackSet has stack instances deployed in.
|
StackSet |
StackSet.withStackSetARN(String stackSetARN)
The Amazon Resource Name (ARN) of the stack set.
|
StackSet |
StackSet.withStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
StackSet |
StackSet.withStackSetId(String stackSetId)
The ID of the stack set.
|
StackSet |
StackSet.withStackSetName(String stackSetName)
The name that's associated with the stack set.
|
StackSet |
StackSet.withStatus(StackSetStatus status)
The status of the stack set.
|
StackSet |
StackSet.withStatus(String status)
The status of the stack set.
|
StackSet |
StackSet.withTags(Collection<Tag> tags)
A list of tags that specify information about the stack set.
|
StackSet |
StackSet.withTags(Tag... tags)
A list of tags that specify information about the stack set.
|
StackSet |
StackSet.withTemplateBody(String templateBody)
The structure that contains the body of the template that was used to create or update the stack set.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStackSetResult.setStackSet(StackSet stackSet)
The specified stack set.
|
DescribeStackSetResult |
DescribeStackSetResult.withStackSet(StackSet stackSet)
The specified stack set.
|
Copyright © 2023. All rights reserved.