latest--pipeline
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/aws-copilot-manifest/_shared/latest--pipeline.json |
| Parent schema | aws-copilot-manifest |
Pipeline manifest for AWS Copilot https://aws.github.io/copilot-cli/docs/manifest/pipeline/
Properties
The name of your pipeline.
Configuration for how your pipeline is triggered.
2 nested properties
The name of your provider. Currently, GitHub, Bitbucket, and CodeCommit are supported.
5 nested properties
The name of the branch in your repository that triggers the pipeline.
The URL of your repository.
The name of AWS Secrets Manager secret that holds the GitHub access token to trigger the pipeline if your provider is GitHub and you created your pipeline with a personal access token.
The name of an existing CodeStar Connections connection. If omitted, Copilot will generate a connection for you.
Optional. The output artifact format. Values can be either CODEBUILD_CLONE_REF or CODE_ZIP. If omitted, the default is CODE_ZIP.
Ordered list of environments that your pipeline will deploy to.
The schema version for the template. There is only one version, 1, supported at the moment. (NOTE: The Copilot CLI docs incorrectly specify that this should be a string.)
Configuration for CodeBuild project.
3 nested properties
The URI that identifies the Docker image to use for this build project.
Optional. The path to a buildspec file, relative to the project root, to use for this build project.
1 nested properties
Specify an additional policy document to add to the build project role.