aws-cdk-lib.aws_codepipeline_actions.S3SourceVariables

interface S3SourceVariables

LanguageType name
.NETAmazon.CDK.AWS.CodePipeline.Actions.S3SourceVariables
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodepipelineactions#S3SourceVariables
Javasoftware.amazon.awscdk.services.codepipeline.actions.S3SourceVariables
Pythonaws_cdk.aws_codepipeline_actions.S3SourceVariables
TypeScript (source)aws-cdk-lib » aws_codepipeline_actions » S3SourceVariables

The CodePipeline variables emitted by the S3 source Action.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codepipeline_actions as codepipeline_actions } from 'aws-cdk-lib';
const s3SourceVariables: codepipeline_actions.S3SourceVariables = {
  eTag: 'eTag',
  versionId: 'versionId',
};

Properties

NameTypeDescription
eTagstringThe e-tag of the S3 version of the object that triggered the build.
versionIdstringThe identifier of the S3 version of the object that triggered the build.

eTag

Type: string

The e-tag of the S3 version of the object that triggered the build.


versionId

Type: string

The identifier of the S3 version of the object that triggered the build.