Skip to content

CloudFormation Stacks

Provider: AWS
Service ID: cloudformation_stacks
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'cloudformation_stacks',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'status', 'drift_status', 'description', 'termination_protection', 'updated']
});
</script>

<div data-sd-service="cloudformation_stacks" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'status', 'drift_status', 'description', 'termination_protection', 'updated', 'created']

All Attributes

Attribute Display Name Format Description
name Stack Name text Resource display name (from tags or identifier)
status Status status_badge From API field: StackStatus
status_reason Status Reason text From API field: StackStatusReason
description Description text From API field: Description
created Created datetime From API field: CreationTime
updated Last Updated datetime From API field: LastUpdatedTime
drift_status Drift status_badge From API field: DriftInformation.StackDriftStatus. Default: NOT_CHECKED
deletion_time Deleted datetime From API field: DeletionTime
role_arn IAM Role arn_name From API field: RoleARN
termination_protection Term. Protection boolean From API field: EnableTerminationProtection. Default: False
outputs_count Outputs array_length From API field: Outputs. Default: 0
parameters_count Parameters array_length From API field: Parameters. Default: 0
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name