View source: R/cloudformation_operations.R
cloudformation_detect_stack_drift | R Documentation |
Detects whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For each resource in the stack that supports drift detection, CloudFormation compares the actual configuration of the resource with its expected template configuration. Only resource properties explicitly defined in the stack template are checked for drift. A stack is considered to have drifted if one or more of its resources differ from their expected template configurations. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
See https://www.paws-r-sdk.com/docs/cloudformation_detect_stack_drift/ for full documentation.
cloudformation_detect_stack_drift(StackName, LogicalResourceIds = NULL)
StackName |
[required] The name of the stack for which you want to detect drift. |
LogicalResourceIds |
The logical names of any resources you want to use as filters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.