Class CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
An implementation for
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder, CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDescribes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.final ObjectIdentifies the S3 bucket and object that contains the reference data.final StringThe name of the in-application table to create.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder.
-
-
Method Details
-
getReferenceSchema
Description copied from interface:CfnApplicationReferenceDataSource.ReferenceDataSourcePropertyDescribes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.- Specified by:
getReferenceSchemain interfaceCfnApplicationReferenceDataSource.ReferenceDataSourceProperty
-
getS3ReferenceDataSource
Description copied from interface:CfnApplicationReferenceDataSource.ReferenceDataSourcePropertyIdentifies the S3 bucket and object that contains the reference data.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.
- Specified by:
getS3ReferenceDataSourcein interfaceCfnApplicationReferenceDataSource.ReferenceDataSourceProperty
-
getTableName
Description copied from interface:CfnApplicationReferenceDataSource.ReferenceDataSourcePropertyThe name of the in-application table to create.- Specified by:
getTableNamein interfaceCfnApplicationReferenceDataSource.ReferenceDataSourceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-