Class CfnDataSetPropsMixin.RelationalTableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.RelationalTableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.RelationalTableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.RelationalTableProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.RelationalTableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.RelationalTableProperty
An implementation for
CfnDataSetPropsMixin.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.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.RelationalTableProperty
CfnDataSetPropsMixin.RelationalTableProperty.Builder, CfnDataSetPropsMixin.RelationalTableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.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 theCfnDataSetPropsMixin.RelationalTableProperty.Builder.
-
-
Method Details
-
getCatalog
Description copied from interface:CfnDataSetPropsMixin.RelationalTablePropertyThe catalog associated with a table.- Specified by:
getCatalogin interfaceCfnDataSetPropsMixin.RelationalTableProperty- See Also:
-
getDataSourceArn
Description copied from interface:CfnDataSetPropsMixin.RelationalTablePropertyThe Amazon Resource Name (ARN) for the data source.- Specified by:
getDataSourceArnin interfaceCfnDataSetPropsMixin.RelationalTableProperty- See Also:
-
getInputColumns
Description copied from interface:CfnDataSetPropsMixin.RelationalTablePropertyThe column schema of the table.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSetPropsMixin.InputColumnProperty>- Specified by:
getInputColumnsin interfaceCfnDataSetPropsMixin.RelationalTableProperty- See Also:
-
getName
Description copied from interface:CfnDataSetPropsMixin.RelationalTablePropertyThe name of the relational table.- Specified by:
getNamein interfaceCfnDataSetPropsMixin.RelationalTableProperty- See Also:
-
getSchema
Description copied from interface:CfnDataSetPropsMixin.RelationalTablePropertyThe schema name.This name applies to certain relational database engines.
- Specified by:
getSchemain interfaceCfnDataSetPropsMixin.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()
-