Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
StackInstanceSummary |
StackInstanceSummary.clone() |
StackInstanceSummary |
StackInstanceSummary.withAccount(String account)
[Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated
with.
|
StackInstanceSummary |
StackInstanceSummary.withDriftStatus(StackDriftStatus driftStatus)
Status of the stack instance's actual configuration compared to the expected template and parameter configuration
of the stack set to which it belongs.
|
StackInstanceSummary |
StackInstanceSummary.withDriftStatus(String driftStatus)
Status of the stack instance's actual configuration compared to the expected template and parameter configuration
of the stack set to which it belongs.
|
StackInstanceSummary |
StackInstanceSummary.withLastDriftCheckTimestamp(Date lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack instance.
|
StackInstanceSummary |
StackInstanceSummary.withOrganizationalUnitId(String organizationalUnitId)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
DeploymentTargets.
|
StackInstanceSummary |
StackInstanceSummary.withRegion(String region)
The name of the Amazon Web Services Region that the stack instance is associated with.
|
StackInstanceSummary |
StackInstanceSummary.withStackId(String stackId)
The ID of the stack instance.
|
StackInstanceSummary |
StackInstanceSummary.withStackInstanceStatus(StackInstanceComprehensiveStatus stackInstanceStatus)
The detailed status of the stack instance.
|
StackInstanceSummary |
StackInstanceSummary.withStackSetId(String stackSetId)
The name or unique ID of the stack set that the stack instance is associated with.
|
StackInstanceSummary |
StackInstanceSummary.withStatus(StackInstanceStatus status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstanceSummary |
StackInstanceSummary.withStatus(String status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstanceSummary |
StackInstanceSummary.withStatusReason(String statusReason)
The explanation for the specific status code assigned to this stack instance.
|
Modifier and Type | Method and Description |
---|---|
List<StackInstanceSummary> |
ListStackInstancesResult.getSummaries()
A list of
StackInstanceSummary structures that contain information about the specified stack
instances. |
Modifier and Type | Method and Description |
---|---|
ListStackInstancesResult |
ListStackInstancesResult.withSummaries(StackInstanceSummary... summaries)
A list of
StackInstanceSummary structures that contain information about the specified stack
instances. |
Modifier and Type | Method and Description |
---|---|
void |
ListStackInstancesResult.setSummaries(Collection<StackInstanceSummary> summaries)
A list of
StackInstanceSummary structures that contain information about the specified stack
instances. |
ListStackInstancesResult |
ListStackInstancesResult.withSummaries(Collection<StackInstanceSummary> summaries)
A list of
StackInstanceSummary structures that contain information about the specified stack
instances. |
Copyright © 2022. All rights reserved.