| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackInstance |
StackInstance.clone() |
StackInstance |
DescribeStackInstanceResult.getStackInstance()
The stack instance that matches the specified request parameters.
|
StackInstance |
StackInstance.withAccount(String account)
[Self-managed permissions] The name of the AWS account that the stack instance is associated with.
|
StackInstance |
StackInstance.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.
|
StackInstance |
StackInstance.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.
|
StackInstance |
StackInstance.withLastDriftCheckTimestamp(Date lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack instance.
|
StackInstance |
StackInstance.withOrganizationalUnitId(String organizationalUnitId)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
DeploymentTargets.
|
StackInstance |
StackInstance.withParameterOverrides(Collection<Parameter> parameterOverrides)
A list of parameters from the stack set template whose values have been overridden in this stack instance.
|
StackInstance |
StackInstance.withParameterOverrides(Parameter... parameterOverrides)
A list of parameters from the stack set template whose values have been overridden in this stack instance.
|
StackInstance |
StackInstance.withRegion(String region)
The name of the AWS Region that the stack instance is associated with.
|
StackInstance |
StackInstance.withStackId(String stackId)
The ID of the stack instance.
|
StackInstance |
StackInstance.withStackInstanceStatus(StackInstanceComprehensiveStatus stackInstanceStatus)
The detailed status of the stack instance.
|
StackInstance |
StackInstance.withStackSetId(String stackSetId)
The name or unique ID of the stack set that the stack instance is associated with.
|
StackInstance |
StackInstance.withStatus(StackInstanceStatus status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstance |
StackInstance.withStatus(String status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstance |
StackInstance.withStatusReason(String statusReason)
The explanation for the specific status code that is assigned to this stack instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStackInstanceResult.setStackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
|
DescribeStackInstanceResult |
DescribeStackInstanceResult.withStackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
|
Copyright © 2021. All rights reserved.