@Stability(value=Stable)
public static interface CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty
extends software.amazon.jsii.JsiiSerializable
A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.
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.*;
S3ReferenceDataSourceProperty s3ReferenceDataSourceProperty = S3ReferenceDataSourceProperty.builder()
.bucketArn("bucketArn")
.fileKey("fileKey")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty.Builder
|
static class |
CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty.Jsii$Proxy
An implementation for
CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty.Builder |
builder() |
String |
getBucketArn()
The Amazon Resource Name (ARN) of the S3 bucket.
|
String |
getFileKey()
The object key name containing the reference data.
|
@Stability(value=Stable) @NotNull String getBucketArn()
@Stability(value=Stable) @NotNull String getFileKey()
@Stability(value=Stable) static CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty.Builder builder()
Copyright © 2022. All rights reserved.