@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.367Z") @Stability(value=Stable) public interface S3SourceProps extends software.amazon.jsii.JsiiSerializable, 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() |
String |
getPath() |
default String |
getVersion()
The version ID of the object that represents the build input ZIP file to use.
|
getIdentifier@Stability(value=Stable) @NotNull IBucket getBucket()
@Stability(value=Stable) @NotNull String getPath()
@Stability(value=Stable) @Nullable default String getVersion()
Default: latest
@Stability(value=Stable) static S3SourceProps.Builder builder()
builder in interface SourcePropsS3SourceProps.Builder of S3SourcePropsCopyright © 2022. All rights reserved.