View source: R/cloudformation_operations.R
cloudformation_describe_stack_resource_drifts | R Documentation |
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.
cloudformation_describe_stack_resource_drifts(
StackName,
StackResourceDriftStatusFilters = NULL,
NextToken = NULL,
MaxResults = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.