Class CfnMLTransformPropsMixin.GlueTablesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnMLTransformPropsMixin.GlueTablesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMLTransformPropsMixin.GlueTablesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMLTransformPropsMixin.GlueTablesProperty
@Stability(Stable)
@Internal
public static final class CfnMLTransformPropsMixin.GlueTablesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMLTransformPropsMixin.GlueTablesProperty
An implementation for
CfnMLTransformPropsMixin.GlueTablesProperty-
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.glue.CfnMLTransformPropsMixin.GlueTablesProperty
CfnMLTransformPropsMixin.GlueTablesProperty.Builder, CfnMLTransformPropsMixin.GlueTablesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMLTransformPropsMixin.GlueTablesProperty.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 StringA unique identifier for the AWS Glue Data Catalog .final StringThe name of the connection to the AWS Glue Data Catalog .final StringA database name in the AWS Glue Data Catalog .final StringA table name in the AWS Glue Data Catalog .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 theCfnMLTransformPropsMixin.GlueTablesProperty.Builder.
-
-
Method Details
-
getCatalogId
Description copied from interface:CfnMLTransformPropsMixin.GlueTablesPropertyA unique identifier for the AWS Glue Data Catalog .- Specified by:
getCatalogIdin interfaceCfnMLTransformPropsMixin.GlueTablesProperty- See Also:
-
getConnectionName
Description copied from interface:CfnMLTransformPropsMixin.GlueTablesPropertyThe name of the connection to the AWS Glue Data Catalog .- Specified by:
getConnectionNamein interfaceCfnMLTransformPropsMixin.GlueTablesProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnMLTransformPropsMixin.GlueTablesPropertyA database name in the AWS Glue Data Catalog .- Specified by:
getDatabaseNamein interfaceCfnMLTransformPropsMixin.GlueTablesProperty- See Also:
-
getTableName
Description copied from interface:CfnMLTransformPropsMixin.GlueTablesPropertyA table name in the AWS Glue Data Catalog .- Specified by:
getTableNamein interfaceCfnMLTransformPropsMixin.GlueTablesProperty- 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()
-