@Stability(value=Stable)
public static interface CfnApplicationV2.S3ContentLocationProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getBucketArn()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
String |
getFileKey()
The file key for the object containing the application code.
|
default String |
getObjectVersion()
The version of the object containing the application code.
|
@Stability(value=Stable) @NotNull String getBucketArn()
@Stability(value=Stable) @NotNull String getFileKey()
@Stability(value=Stable) @Nullable default String getObjectVersion()
@Stability(value=Stable) static CfnApplicationV2.S3ContentLocationProperty.Builder builder()
Copyright © 2022. All rights reserved.