aws-codedeploy-inline-appspec-content
An inline AppSpec document can contain hook commands or configuration values with embedded credentials.
Where it sits
| location | GetDeployment.deploymentInfo.revision.appSpecContent.content |
| location kind | template_document |
| data kinds | source_code_secret credential password api_key connection_string |
| emits edge | ContainsCredential |
| service | CodeDeploy (aws:codedeploy) |
Collection recipe
| access mode | read_api |
| operation | GetDeployment |
| response path | deploymentInfo.revision.appSpecContent.content |
| encoding | yaml |
| params | {"deploymentId": "\u003cdeployment-id\u003e"} |
Required permissions
codedeploy:GetDeployment
References