public static interface CfnApplicationV2.S3ContentLocationProperty
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.kinesisanalytics.*; S3ContentLocationProperty s3ContentLocationProperty = S3ContentLocationProperty.builder() .bucketArn("bucketArn") .fileKey("fileKey") // the properties below are optional .objectVersion("objectVersion") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationV2.S3ContentLocationProperty.Builder
A builder for
CfnApplicationV2.S3ContentLocationProperty |
static class |
CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.S3ContentLocationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationV2.S3ContentLocationProperty.Builder |
builder() |
java.lang.String |
getBucketArn()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
java.lang.String |
getFileKey()
The file key for the object containing the application code.
|
default java.lang.String |
getObjectVersion()
The version of the object containing the application code.
|
java.lang.String getBucketArn()
java.lang.String getFileKey()
default java.lang.String getObjectVersion()
static CfnApplicationV2.S3ContentLocationProperty.Builder builder()