Class CfnDataSet.RelationalTableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.RelationalTableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.RelationalTableProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.RelationalTableProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.RelationalTableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.RelationalTableProperty
An implementation for
CfnDataSet.RelationalTableProperty
-
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.quicksight.CfnDataSet.RelationalTableProperty
CfnDataSet.RelationalTableProperty.Builder, CfnDataSet.RelationalTableProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSet.RelationalTableProperty.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 String
The catalog associated with a table.final String
The Amazon Resource Name (ARN) for the data source.final Object
The column schema of the table.final String
getName()
The name of the relational table.final String
The schema name.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 theCfnDataSet.RelationalTableProperty.Builder
.
-
-
Method Details
-
getDataSourceArn
Description copied from interface:CfnDataSet.RelationalTableProperty
The Amazon Resource Name (ARN) for the data source.- Specified by:
getDataSourceArn
in interfaceCfnDataSet.RelationalTableProperty
- See Also:
-
getName
Description copied from interface:CfnDataSet.RelationalTableProperty
The name of the relational table.- Specified by:
getName
in interfaceCfnDataSet.RelationalTableProperty
- See Also:
-
getCatalog
Description copied from interface:CfnDataSet.RelationalTableProperty
The catalog associated with a table.- Specified by:
getCatalog
in interfaceCfnDataSet.RelationalTableProperty
- See Also:
-
getInputColumns
Description copied from interface:CfnDataSet.RelationalTableProperty
The column schema of the table.- Specified by:
getInputColumns
in interfaceCfnDataSet.RelationalTableProperty
- See Also:
-
getSchema
Description copied from interface:CfnDataSet.RelationalTableProperty
The schema name.This name applies to certain relational database engines.
- Specified by:
getSchema
in interfaceCfnDataSet.RelationalTableProperty
- 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()
-