Module: AWSCDK::CodePipelineActions::RevisionType

Defined in:
code_pipeline_actions/revision_type.rb

Overview

The types of revision for a pipeline execution.

Constant Summary collapse

COMMIT_ID =
Deprecated.
Note:

Default:

The revision type is a commit id.

Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.RevisionType", "COMMIT_ID")
IMAGE_DIGEST =
Deprecated.
Note:

Default:

The revision type is an image digest.

Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.RevisionType", "IMAGE_DIGEST")
S3_OBJECT_VERSION_ID =
Deprecated.
Note:

Default:

The revision type is an s3 object version id.

Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.RevisionType", "S3_OBJECT_VERSION_ID")
S3_OBJECT_KEY =
Deprecated.
Note:

Default:

The revision type is an s3 object version key.

Jsii::Enum.new("aws-cdk-lib.aws_codepipeline_actions.RevisionType", "S3_OBJECT_KEY")