aws-codebuild-project-plaintext-environment-value
CodeBuild PLAINTEXT environment variables are returned directly by BatchGetProjects.
Where it sits
| location | BatchGetProjects.projects[].environment.environmentVariables[type=PLAINTEXT].value |
| location kind | environment_variable |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string |
| emits edge | ContainsCredential |
| service | CodeBuild (aws:codebuild) |
Collection recipe
| access mode | read_api |
| operation | BatchGetProjects |
| response path | projects[].environment.environmentVariables[].value |
| encoding | string |
| params | {"names": ["\u003cproject-name\u003e"]} |
Required permissions
codebuild:BatchGetProjects
References