Skip to main content
Version: Next

pipeline_declaration

Table to manage AWS Codepipeline entities. AWS CodePipeline is a continuous delivery service you can use to model, visualize, and automate the steps required to release your software.

See

https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html

Columns

artifact_store: artifact_store

Complex type used to specify the storage for the produced artifacts

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codepipeline/modules/artifactstore.html

name: string

Name for the Codedeploy pipeline declaration

region: string

Region for the Codedeploy deployment group

service_role: iam_role

Reference for the AWS role used by this deployment group

Optional stages: stage_declaration[]

Complex type used to specify all the stages for this pipeline

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codepipeline/modules/stagedeclaration.html