| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackResourceDriftStatus |
StackResourceDriftStatus.fromValue(String value)
Use this in place of valueOf.
|
static StackResourceDriftStatus |
StackResourceDriftStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackResourceDriftStatus[] |
StackResourceDriftStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListStackInstanceResourceDriftsRequest |
ListStackInstanceResourceDriftsRequest.withStackInstanceResourceDriftStatuses(StackResourceDriftStatus... stackInstanceResourceDriftStatuses)
The resource drift status of the stack instance.
|
StackResourceDriftInformation |
StackResourceDriftInformation.withStackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackInstanceResourceDriftsSummary |
StackInstanceResourceDriftsSummary.withStackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
The drift status of the resource in a stack instance.
|
StackResourceDrift |
StackResourceDrift.withStackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration.
|
StackResourceDriftInformationSummary |
StackResourceDriftInformationSummary.withStackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration.
|
DescribeStackResourceDriftsRequest |
DescribeStackResourceDriftsRequest.withStackResourceDriftStatusFilters(StackResourceDriftStatus... stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
Copyright © 2023. All rights reserved.