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