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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSet.RelationalTableProperty
CfnDataSet.RelationalTableProperty.Builder, CfnDataSet.RelationalTableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.RelationalTableProperty.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 StringCfnDataSet.RelationalTableProperty.Catalog.final StringThe Amazon Resource Name (ARN) for the data source.final ObjectThe column schema of the table.final StringgetName()The name of the relational table.final StringThe schema name.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 theCfnDataSet.RelationalTableProperty.Builder.
-
-
Method Details
-
getDataSourceArn
Description copied from interface:CfnDataSet.RelationalTablePropertyThe Amazon Resource Name (ARN) for the data source.- Specified by:
getDataSourceArnin interfaceCfnDataSet.RelationalTableProperty
-
getInputColumns
Description copied from interface:CfnDataSet.RelationalTablePropertyThe column schema of the table.- Specified by:
getInputColumnsin interfaceCfnDataSet.RelationalTableProperty
-
getName
Description copied from interface:CfnDataSet.RelationalTablePropertyThe name of the relational table.- Specified by:
getNamein interfaceCfnDataSet.RelationalTableProperty
-
getCatalog
Description copied from interface:CfnDataSet.RelationalTablePropertyCfnDataSet.RelationalTableProperty.Catalog.- Specified by:
getCatalogin interfaceCfnDataSet.RelationalTableProperty
-
getSchema
Description copied from interface:CfnDataSet.RelationalTablePropertyThe schema name.This name applies to certain relational database engines.
- Specified by:
getSchemain interfaceCfnDataSet.RelationalTableProperty
-
$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()
-