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