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 StringThe catalog associated with a table.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- See Also:
-
getName
Description copied from interface:CfnDataSet.RelationalTablePropertyThe name of the relational table.- Specified by:
getNamein interfaceCfnDataSet.RelationalTableProperty- See Also:
-
getCatalog
Description copied from interface:CfnDataSet.RelationalTablePropertyThe catalog associated with a table.- Specified by:
getCatalogin interfaceCfnDataSet.RelationalTableProperty- See Also:
-
getInputColumns
Description copied from interface:CfnDataSet.RelationalTablePropertyThe column schema of the table.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSet.InputColumnProperty>- Specified by:
getInputColumnsin interfaceCfnDataSet.RelationalTableProperty- See Also:
-
getSchema
Description copied from interface:CfnDataSet.RelationalTablePropertyThe schema name.This name applies to certain relational database engines.
- Specified by:
getSchemain interfaceCfnDataSet.RelationalTableProperty- See Also:
-
$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()
-