Interface LakeformationResourceLfTagsDatabase
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LakeformationResourceLfTagsDatabase.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.587Z") @Stability(Stable) public interface LakeformationResourceLfTagsDatabase extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLakeformationResourceLfTagsDatabase.BuilderA builder forLakeformationResourceLfTagsDatabasestatic classLakeformationResourceLfTagsDatabase.Jsii$ProxyAn implementation forLakeformationResourceLfTagsDatabase
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LakeformationResourceLfTagsDatabase.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}.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}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull 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}.
-
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}.
-
builder
@Stability(Stable) static LakeformationResourceLfTagsDatabase.Builder builder()
-
-