Interface LakeformationResourceLfTagsTable
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LakeformationResourceLfTagsTable.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.587Z") @Stability(Stable) public interface LakeformationResourceLfTagsTable extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLakeformationResourceLfTagsTable.BuilderA builder forLakeformationResourceLfTagsTablestatic classLakeformationResourceLfTagsTable.Jsii$ProxyAn implementation forLakeformationResourceLfTagsTable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LakeformationResourceLfTagsTable.Builderbuilder()default 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}.default 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}.default 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}.
-
-
-
Method Detail
-
getDatabaseName
@Stability(Stable) @NotNull String getDatabaseName()
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}.
-
getCatalogId
@Stability(Stable) @Nullable default String getCatalogId()
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}.
-
getName
@Stability(Stable) @Nullable default String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#name LakeformationResourceLfTags#name}.
-
getWildcard
@Stability(Stable) @Nullable default Object getWildcard()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#wildcard LakeformationResourceLfTags#wildcard}.
-
builder
@Stability(Stable) static LakeformationResourceLfTagsTable.Builder builder()
-
-