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