Class CfnApplicationReferenceDataSourceV2Props.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2Props.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationReferenceDataSourceV2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationReferenceDataSourceV2Props
@Stability(Stable)
@Internal
public static final class CfnApplicationReferenceDataSourceV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationReferenceDataSourceV2Props
An implementation for
CfnApplicationReferenceDataSourceV2Props-
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.CfnApplicationReferenceDataSourceV2Props
CfnApplicationReferenceDataSourceV2Props.Builder, CfnApplicationReferenceDataSourceV2Props.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceV2Props.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 StringThe name of the application.final ObjectFor a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.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 theCfnApplicationReferenceDataSourceV2Props.Builder.
-
-
Method Details
-
getApplicationName
Description copied from interface:CfnApplicationReferenceDataSourceV2PropsThe name of the application.- Specified by:
getApplicationNamein interfaceCfnApplicationReferenceDataSourceV2Props
-
getReferenceDataSource
Description copied from interface:CfnApplicationReferenceDataSourceV2PropsFor a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.- Specified by:
getReferenceDataSourcein interfaceCfnApplicationReferenceDataSourceV2Props
-
$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()
-