public static final class CfnApplicationReferenceDataSourceV2Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationReferenceDataSourceV2Props
CfnApplicationReferenceDataSourceV2Props
CfnApplicationReferenceDataSourceV2Props.Builder, CfnApplicationReferenceDataSourceV2Props.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApplicationName()
The name of the application.
|
java.lang.Object |
getReferenceDataSource()
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.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getApplicationName()
CfnApplicationReferenceDataSourceV2Props
getApplicationName
in interface CfnApplicationReferenceDataSourceV2Props
public final java.lang.Object getReferenceDataSource()
CfnApplicationReferenceDataSourceV2Props
getReferenceDataSource
in interface CfnApplicationReferenceDataSourceV2Props
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()