public static final class CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder, CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getReferenceSchema()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
|
java.lang.Object |
getS3ReferenceDataSource()
Identifies the S3 bucket and object that contains the reference data.
|
java.lang.String |
getTableName()
The name of the in-application table to create.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getReferenceSchema()
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
getReferenceSchema
in interface CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
public final java.lang.Object getS3ReferenceDataSource()
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
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.
getS3ReferenceDataSource
in interface CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
public final java.lang.String getTableName()
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
getTableName
in interface CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()