aws.cloudformation.get_stack_policy
Example SQL Queries
SELECT * FROMaws.cloudformation.get_stack_policyWHERE"stack_name" = 'VALUE';Description
Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| stack_name Required Input Column The name or unique stack ID that's associated with the stack whose policy you want to get. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| stack_policy_body Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the CloudFormation User Guide.) | VARCHAR |