Class LakeformationResourceLfTagsTableWithColumns.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.lakeformation_resource_lf_tags.LakeformationResourceLfTagsTableWithColumns.Jsii$Proxy
-
- All Implemented Interfaces:
LakeformationResourceLfTagsTableWithColumns,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LakeformationResourceLfTagsTableWithColumns
@Stability(Stable) @Internal public static final class LakeformationResourceLfTagsTableWithColumns.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LakeformationResourceLfTagsTableWithColumns
An implementation forLakeformationResourceLfTagsTableWithColumns
-
-
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.LakeformationResourceLfTagsTableWithColumns
LakeformationResourceLfTagsTableWithColumns.Builder, LakeformationResourceLfTagsTableWithColumns.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LakeformationResourceLfTagsTableWithColumns.Builder builder)Constructor that initializes the object based on literal property values passed by theLakeformationResourceLfTagsTableWithColumns.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}.List<String>getColumnNames()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#column_names LakeformationResourceLfTags#column_names}.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}.List<String>getExcludedColumnNames()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#excluded_column_names LakeformationResourceLfTags#excluded_column_names}.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(LakeformationResourceLfTagsTableWithColumns.Builder builder)
Constructor that initializes the object based on literal property values passed by theLakeformationResourceLfTagsTableWithColumns.Builder.
-
-
Method Detail
-
getDatabaseName
public final String getDatabaseName()
Description copied from interface:LakeformationResourceLfTagsTableWithColumnsDocs 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 interfaceLakeformationResourceLfTagsTableWithColumns
-
getName
public final String getName()
Description copied from interface:LakeformationResourceLfTagsTableWithColumnsDocs 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 interfaceLakeformationResourceLfTagsTableWithColumns
-
getCatalogId
public final String getCatalogId()
Description copied from interface:LakeformationResourceLfTagsTableWithColumnsDocs 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 interfaceLakeformationResourceLfTagsTableWithColumns
-
getColumnNames
public final List<String> getColumnNames()
Description copied from interface:LakeformationResourceLfTagsTableWithColumnsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#column_names LakeformationResourceLfTags#column_names}.- Specified by:
getColumnNamesin interfaceLakeformationResourceLfTagsTableWithColumns
-
getExcludedColumnNames
public final List<String> getExcludedColumnNames()
Description copied from interface:LakeformationResourceLfTagsTableWithColumnsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#excluded_column_names LakeformationResourceLfTags#excluded_column_names}.- Specified by:
getExcludedColumnNamesin interfaceLakeformationResourceLfTagsTableWithColumns
-
getWildcard
public final Object getWildcard()
Description copied from interface:LakeformationResourceLfTagsTableWithColumnsDocs 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 interfaceLakeformationResourceLfTagsTableWithColumns
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-