Class CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty
An implementation for
CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty-
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.cleanrooms.mixins.CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty
CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty.Builder, CfnConfiguredTablePropsMixin.AthenaTableReferenceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfiguredTablePropsMixin.AthenaTableReferenceProperty.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 database name.final StringThe output location for the Athena table.final StringThe AWS Region where the Athena table is located.final StringThe table reference.final StringThe workgroup of the Athena 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 theCfnConfiguredTablePropsMixin.AthenaTableReferenceProperty.Builder.
-
-
Method Details
-
getDatabaseName
Description copied from interface:CfnConfiguredTablePropsMixin.AthenaTableReferencePropertyThe database name.- Specified by:
getDatabaseNamein interfaceCfnConfiguredTablePropsMixin.AthenaTableReferenceProperty- See Also:
-
getOutputLocation
Description copied from interface:CfnConfiguredTablePropsMixin.AthenaTableReferencePropertyThe output location for the Athena table.- Specified by:
getOutputLocationin interfaceCfnConfiguredTablePropsMixin.AthenaTableReferenceProperty- See Also:
-
getRegion
Description copied from interface:CfnConfiguredTablePropsMixin.AthenaTableReferencePropertyThe AWS Region where the Athena table is located.This parameter is required to uniquely identify and access tables across different Regions.
- Specified by:
getRegionin interfaceCfnConfiguredTablePropsMixin.AthenaTableReferenceProperty- See Also:
-
getTableName
Description copied from interface:CfnConfiguredTablePropsMixin.AthenaTableReferencePropertyThe table reference.- Specified by:
getTableNamein interfaceCfnConfiguredTablePropsMixin.AthenaTableReferenceProperty- See Also:
-
getWorkGroup
Description copied from interface:CfnConfiguredTablePropsMixin.AthenaTableReferencePropertyThe workgroup of the Athena table reference.- Specified by:
getWorkGroupin interfaceCfnConfiguredTablePropsMixin.AthenaTableReferenceProperty- 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()
-