aws-cloudformation-stack-parameter-value
Parameters without effective NoEcho protection are returned by DescribeStacks and frequently contain deployment credentials.
Where it sits
| location | DescribeStacks.Stacks[].Parameters[].ParameterValue |
| location kind | iac_template |
| data kinds | credential password api_key access_key secret_key connection_string sensitive_data |
| emits edge | ContainsCredential |
| service | CloudFormation (aws:cloudformation) |
Collection recipe
| access mode | read_api |
| operation | DescribeStacks |
| response path | Stacks[].Parameters[].ParameterValue |
| encoding | string |
| params | {"StackName": "\u003cstack-name-or-id\u003e"} |
Required permissions
cloudformation:DescribeStacks
References