Class CfnDataSetPropsMixin.SaaSTableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.SaaSTableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.SaaSTableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.SaaSTableProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.SaaSTableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.SaaSTableProperty
An implementation for
CfnDataSetPropsMixin.SaaSTableProperty-
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.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.SaaSTableProperty
CfnDataSetPropsMixin.SaaSTableProperty.Builder, CfnDataSetPropsMixin.SaaSTableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.SaaSTableProperty.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 Amazon Resource Name (ARN) of the SaaS data source.final ObjectThe list of input columns available from the SaaS table.final ObjectThe hierarchical path to the table within the SaaS data source.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.SaaSTableProperty.Builder.
-
-
Method Details
-
getDataSourceArn
Description copied from interface:CfnDataSetPropsMixin.SaaSTablePropertyThe Amazon Resource Name (ARN) of the SaaS data source.- Specified by:
getDataSourceArnin interfaceCfnDataSetPropsMixin.SaaSTableProperty- See Also:
-
getInputColumns
Description copied from interface:CfnDataSetPropsMixin.SaaSTablePropertyThe list of input columns available from the SaaS table.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSetPropsMixin.InputColumnProperty>- Specified by:
getInputColumnsin interfaceCfnDataSetPropsMixin.SaaSTableProperty- See Also:
-
getTablePath
Description copied from interface:CfnDataSetPropsMixin.SaaSTablePropertyThe hierarchical path to the table within the SaaS data source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSetPropsMixin.TablePathElementProperty>- Specified by:
getTablePathin interfaceCfnDataSetPropsMixin.SaaSTableProperty- 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()
-