aws_cfn_get_template
Retrieve AWS CloudFormation template body for a stack to analyze infrastructure configuration and deployment details.
Instructions
Get the CloudFormation template body for a stack.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| stack_name | Yes | Stack name or ID | |
| template_stage | No | Template stage: Original or Processed (default: Original) |