Class CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
An implementation for
CfnApplicationReferenceDataSourceV2.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.kinesisanalytics.CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder, CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceV2.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
protected Jsii$Proxy(CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder.
-
-
Method Details
-
getReferenceSchema
Description copied from interface:CfnApplicationReferenceDataSourceV2.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 interfaceCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
-
getS3ReferenceDataSource
Description copied from interface:CfnApplicationReferenceDataSourceV2.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 interfaceCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
-
getTableName
Description copied from interface:CfnApplicationReferenceDataSourceV2.ReferenceDataSourcePropertyThe name of the in-application table to create.- Specified by:
getTableNamein interfaceCfnApplicationReferenceDataSourceV2.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()
-