Class CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder, CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSource.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
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
Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder
.
-
-
Method Details
-
getReferenceSchema
Description copied from interface:CfnApplicationReferenceDataSource.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 interfaceCfnApplicationReferenceDataSource.ReferenceDataSourceProperty
- See Also:
-
getS3ReferenceDataSource
Description copied from interface:CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
Identifies the S3 bucket and object that contains the reference data.Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf. An Amazon Kinesis 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 interfaceCfnApplicationReferenceDataSource.ReferenceDataSourceProperty
- See Also:
-
getTableName
Description copied from interface:CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
Name of the in-application table to create.- Specified by:
getTableName
in interfaceCfnApplicationReferenceDataSource.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()
-