View source: R/cloudformation_operations.R
cloudformation_detect_stack_resource_drift | R Documentation |
Returns information about whether a resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. This information includes actual and expected property values for resources in which CloudFormation detects drift. Only resource properties explicitly defined in the stack template are checked for drift. For more information about stack and resource drift, see Detecting Unregulated Configuration Changes to Stacks and Resources.
See https://www.paws-r-sdk.com/docs/cloudformation_detect_stack_resource_drift/ for full documentation.
cloudformation_detect_stack_resource_drift(StackName, LogicalResourceId)
StackName |
[required] The name of the stack to which the resource belongs. |
LogicalResourceId |
[required] The logical name of the resource for which to return drift information. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.