cloudformation:DescribeStacks is a List access-level action in the cloudformation service. Grants permission to return the description for the specified stack, and to all stacks when used in combination with the ListStacks action
ARNs that cloudformation:DescribeStacks can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants cloudformation:DescribeStacks.
Filters access by the tags associated with the resource
To use cloudformation:DescribeStacks you may also need to grant:
A minimal policy that allows cloudformation:DescribeStacks. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCloudformationDescribeStacks",
"Effect": "Allow",
"Action": "cloudformation:DescribeStacks",
"Resource": "*"
}
]
}