CodePipeline Pipeline

AWS CodePipeline Pipeline is a fully managed continuous delivery service that automates the build, test, and deployment phases of application release processes. It enables you to model workflows as pipelines, integrating with services like CodeBuild, CodeDeploy, and third-party tools. This helps deliver software updates quickly and reliably.

aws.codepipeline_pipeline

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
createdcoretimestampThe date and time the pipeline was created, in timestamp format.
execution_modecorestringThe method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
namecorestringThe name of the pipeline.
pipeline_arncorestring
pipeline_typecorestringCodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. <ul> <li> V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. </li> <li> V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. </li> </ul> <important> Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. </important> For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>. For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of pipeline is right for me?</a>.
tagscorehstore
updatedcoretimestampThe date and time of the last update to the pipeline, in timestamp format.
versioncoreint64The version number of the pipeline.