cloudformation_detect_stack_drift: Detects whether a stack's actual configuration differs, or...

View source: R/cloudformation_operations.R

cloudformation_detect_stack_driftR 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

Description

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.

Usage

cloudformation_detect_stack_drift(StackName, LogicalResourceIds = NULL)

Arguments

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.