cloudformation_describe_stack_resource_drifts {paws.management} | R Documentation |
Returns drift information for the resources that have been checked for drift in the specified stack
Description
Returns 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 configuration drift.
See https://www.paws-r-sdk.com/docs/cloudformation_describe_stack_resource_drifts/ for full documentation.
Usage
cloudformation_describe_stack_resource_drifts(
StackName,
StackResourceDriftStatusFilters = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
StackName |
[required] The name of the stack for which you want drift information. |
StackResourceDriftStatusFilters |
The resource drift status values to use as filters for the resource drift results returned.
|
NextToken |
A string that identifies the next page of stack resource drift results. |
MaxResults |
The maximum number of results to be returned with a single call. If the
number of available results exceeds this maximum, the response includes
a |