cloudformation_detect_stack_resource_drift: Returns information about whether a resource's actual...

View source: R/cloudformation_operations.R

cloudformation_detect_stack_resource_driftR 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

Description

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.

Usage

cloudformation_detect_stack_resource_drift(StackName, LogicalResourceId)

Arguments

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.


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