Class CfnConfiguredTable.TableReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.TableReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTable.TableReferenceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTable.TableReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnConfiguredTable.TableReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTable.TableReferenceProperty
An implementation for
CfnConfiguredTable.TableReferenceProperty-
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.cleanrooms.CfnConfiguredTable.TableReferenceProperty
CfnConfiguredTable.TableReferenceProperty.Builder, CfnConfiguredTable.TableReferenceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfiguredTable.TableReferenceProperty.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 ObjectIf present, a reference to the Athena table referred to by this table reference.final ObjectgetGlue()If present, a reference to the AWS Glue table referred to by this table reference.final ObjectIf present, a reference to the Snowflake table referred to by this table reference.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 theCfnConfiguredTable.TableReferenceProperty.Builder.
-
-
Method Details
-
getAthena
Description copied from interface:CfnConfiguredTable.TableReferencePropertyIf present, a reference to the Athena table referred to by this table reference.Returns union: either
IResolvableorCfnConfiguredTable.AthenaTableReferenceProperty- Specified by:
getAthenain interfaceCfnConfiguredTable.TableReferenceProperty- See Also:
-
getGlue
Description copied from interface:CfnConfiguredTable.TableReferencePropertyIf present, a reference to the AWS Glue table referred to by this table reference.Returns union: either
IResolvableorCfnConfiguredTable.GlueTableReferenceProperty- Specified by:
getGluein interfaceCfnConfiguredTable.TableReferenceProperty- See Also:
-
getSnowflake
Description copied from interface:CfnConfiguredTable.TableReferencePropertyIf present, a reference to the Snowflake table referred to by this table reference.Returns union: either
IResolvableorCfnConfiguredTable.SnowflakeTableReferenceProperty- Specified by:
getSnowflakein interfaceCfnConfiguredTable.TableReferenceProperty- 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()
-