Class GlueCatalogTableTargetTable.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableTargetTable.Jsii$Proxy
-
- All Implemented Interfaces:
GlueCatalogTableTargetTable,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GlueCatalogTableTargetTable
@Stability(Stable) @Internal public static final class GlueCatalogTableTargetTable.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GlueCatalogTableTargetTable
An implementation forGlueCatalogTableTargetTable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableTargetTable
GlueCatalogTableTargetTable.Builder, GlueCatalogTableTargetTable.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GlueCatalogTableTargetTable.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTableTargetTable.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetCatalogId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#catalog_id GlueCatalogTable#catalog_id}.StringgetDatabaseName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#database_name GlueCatalogTable#database_name}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(GlueCatalogTableTargetTable.Builder builder)
Constructor that initializes the object based on literal property values passed by theGlueCatalogTableTargetTable.Builder.
-
-
Method Detail
-
getCatalogId
public final String getCatalogId()
Description copied from interface:GlueCatalogTableTargetTableDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#catalog_id GlueCatalogTable#catalog_id}.- Specified by:
getCatalogIdin interfaceGlueCatalogTableTargetTable
-
getDatabaseName
public final String getDatabaseName()
Description copied from interface:GlueCatalogTableTargetTableDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#database_name GlueCatalogTable#database_name}.- Specified by:
getDatabaseNamein interfaceGlueCatalogTableTargetTable
-
getName
public final String getName()
Description copied from interface:GlueCatalogTableTargetTableDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.- Specified by:
getNamein interfaceGlueCatalogTableTargetTable
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-