Interface S3SourceVariables
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
S3SourceVariables.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:48.490Z")
@Stability(Stable)
public interface S3SourceVariables
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.codepipeline.actions.*;
S3SourceVariables s3SourceVariables = S3SourceVariables.builder()
.eTag("eTag")
.versionId("versionId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forS3SourceVariablesstatic final classAn implementation forS3SourceVariables -
Method Summary
Modifier and TypeMethodDescriptionstatic S3SourceVariables.Builderbuilder()getETag()The e-tag of the S3 version of the object that triggered the build.The identifier of the S3 version of the object that triggered the build.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getETag
The e-tag of the S3 version of the object that triggered the build. -
getVersionId
The identifier of the S3 version of the object that triggered the build. -
builder
- Returns:
- a
S3SourceVariables.BuilderofS3SourceVariables
-