Describe the resource
AWS plugin is currently missing CloudFormation stack template body. It should ideally be stored as JSON in one of the columns. Or if it works better, as this is a separate API call, maybe even a child table. The template body is NOT part of the describe_stacks or the stack_summary API calls and you need to make a get_template call.
Use Case
The stack template contains a lot of important information that is an essential part of a CFN stack.
Link to API documentation
https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_GetTemplate.html
Additional Context
#10571
Pull request (optional)