Interface S3SourceVariables

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
S3SourceVariables.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:04.554Z") @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();
 
  • Method Details