/AWS1/CL_FRMDSCSTACKRESRCDRI01¶
DescribeStackResourceDriftsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_stackresourcedrifts TYPE /AWS1/CL_FRMSTACKRESOURCEDRIFT=>TT_STACKRESOURCEDRIFTS TT_STACKRESOURCEDRIFTS¶
Drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one
StackResourceDriftfor each stack resource that has been checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do not currently support drift detection aren't checked, and so not included. For a list of resources that support drift detection, see Resource type support for imports and drift detection.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN¶
If the request doesn't return all the remaining results,
NextTokenis set to a token. To retrieve the next set of results, callDescribeStackResourceDriftsagain and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.
Queryable Attributes¶
StackResourceDrifts¶
Drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one
StackResourceDriftfor each stack resource that has been checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do not currently support drift detection aren't checked, and so not included. For a list of resources that support drift detection, see Resource type support for imports and drift detection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STACKRESOURCEDRIFTS() |
Getter for STACKRESOURCEDRIFTS, with configurable default |
ASK_STACKRESOURCEDRIFTS() |
Getter for STACKRESOURCEDRIFTS w/ exceptions if field has no |
HAS_STACKRESOURCEDRIFTS() |
Determine if STACKRESOURCEDRIFTS has a value |
NextToken¶
If the request doesn't return all the remaining results,
NextTokenis set to a token. To retrieve the next set of results, callDescribeStackResourceDriftsagain and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |