AWS CloudFormation · Arazzo Workflow
CloudFormation Inspect a Stack Resource
Version 1.0.0
Describe a single stack resource, then run targeted drift detection against just that resource.
View Spec
View on GitHub
AutomationCloud ResourcesIaCInfrastructure As CodeStack ManagementArazzoWorkflows
Provider
Workflows
inspect-stack-resource
Describe a stack resource and check it for configuration drift.
Reads a single resource's details from a stack and then detects whether that resource has drifted from its expected configuration.
1
describeResource
describeStackResource
Describe the named resource to capture its physical ID, type, and current resource status.
2
detectResourceDrift
detectStackResourceDrift
Detect whether the resource's live configuration differs from its expected template configuration, branching on the resulting drift status.