@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:39.702Z") public interface S3SourceProps extends SourceProps
S3Source
.
Example:
Bucket bucket = new Bucket(this, "MyBucket"); Project.Builder.create(this, "MyProject") .source(Source.s3(S3SourceProps.builder() .bucket(bucket) .path("path/to/file.zip") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
S3SourceProps.Builder
A builder for
S3SourceProps |
static class |
S3SourceProps.Jsii$Proxy
An implementation for
S3SourceProps |
Modifier and Type | Method and Description |
---|---|
static S3SourceProps.Builder |
builder() |
IBucket |
getBucket() |
java.lang.String |
getPath() |
default java.lang.String |
getVersion()
The version ID of the object that represents the build input ZIP file to use.
|
getIdentifier
IBucket getBucket()
java.lang.String getPath()
default java.lang.String getVersion()
Default: latest
static S3SourceProps.Builder builder()
builder
in interface SourceProps
S3SourceProps.Builder
of S3SourceProps