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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder, CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
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.final Object
Identifies the S3 bucket and object that contains the reference data.final String
The name of the in-application table to create.final int
hashCode()
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.ReferenceDataSourceProperty
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.- Specified by:
getReferenceSchema
in interfaceCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
- See Also:
-
getS3ReferenceDataSource
Description copied from interface:CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
Identifies 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:
getS3ReferenceDataSource
in interfaceCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
- See Also:
-
getTableName
Description copied from interface:CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
The name of the in-application table to create.- Specified by:
getTableName
in interfaceCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-