Class GlueCatalogDatabaseTargetDatabase.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_database.GlueCatalogDatabaseTargetDatabase.Jsii$Proxy
-
- All Implemented Interfaces:
GlueCatalogDatabaseTargetDatabase,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GlueCatalogDatabaseTargetDatabase
@Stability(Stable) @Internal public static final class GlueCatalogDatabaseTargetDatabase.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GlueCatalogDatabaseTargetDatabase
An implementation forGlueCatalogDatabaseTargetDatabase
-
-
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_database.GlueCatalogDatabaseTargetDatabase
GlueCatalogDatabaseTargetDatabase.Builder, GlueCatalogDatabaseTargetDatabase.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GlueCatalogDatabaseTargetDatabase.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogDatabaseTargetDatabase.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_database#catalog_id GlueCatalogDatabase#catalog_id}.StringgetDatabaseName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_database#database_name GlueCatalogDatabase#database_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(GlueCatalogDatabaseTargetDatabase.Builder builder)
Constructor that initializes the object based on literal property values passed by theGlueCatalogDatabaseTargetDatabase.Builder.
-
-
Method Detail
-
getCatalogId
public final String getCatalogId()
Description copied from interface:GlueCatalogDatabaseTargetDatabaseDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_database#catalog_id GlueCatalogDatabase#catalog_id}.- Specified by:
getCatalogIdin interfaceGlueCatalogDatabaseTargetDatabase
-
getDatabaseName
public final String getDatabaseName()
Description copied from interface:GlueCatalogDatabaseTargetDatabaseDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_database#database_name GlueCatalogDatabase#database_name}.- Specified by:
getDatabaseNamein interfaceGlueCatalogDatabaseTargetDatabase
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-