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(Deprecated)
@Deprecated
@Internal
public static final class CfnApplicationReferenceDataSourceV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationReferenceDataSourceV2Props
Deprecated.
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
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceV2Props.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) The name of the application.final ObjectDeprecated.(deprecated) For 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()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceV2Props.Builder.
-
-
Method Details
-
getApplicationName
Deprecated.Description copied from interface:CfnApplicationReferenceDataSourceV2Props(deprecated) The name of the application.- Specified by:
getApplicationNamein interfaceCfnApplicationReferenceDataSourceV2Props- See Also:
-
getReferenceDataSource
Deprecated.Description copied from interface:CfnApplicationReferenceDataSourceV2Props(deprecated) For 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.Returns union: either
IResolvableorCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty- Specified by:
getReferenceDataSourcein interfaceCfnApplicationReferenceDataSourceV2Props- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-