Interface LakeformationResourceLfTagsConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
LakeformationResourceLfTagsConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.586Z") @Stability(Stable) public interface LakeformationResourceLfTagsConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLakeformationResourceLfTagsConfig.BuilderA builder forLakeformationResourceLfTagsConfigstatic classLakeformationResourceLfTagsConfig.Jsii$ProxyAn implementation forLakeformationResourceLfTagsConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LakeformationResourceLfTagsConfig.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}.default LakeformationResourceLfTagsDatabasegetDatabase()database block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#id LakeformationResourceLfTags#id}.ObjectgetLfTag()lf_tag block.default LakeformationResourceLfTagsTablegetTable()table block.default LakeformationResourceLfTagsTableWithColumnsgetTableWithColumns()table_with_columns block.default LakeformationResourceLfTagsTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getLfTag
@Stability(Stable) @NotNull Object getLfTag()
lf_tag block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#lf_tag LakeformationResourceLfTags#lf_tag}
-
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}.
-
getDatabase
@Stability(Stable) @Nullable default LakeformationResourceLfTagsDatabase getDatabase()
database block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#database LakeformationResourceLfTags#database}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#id LakeformationResourceLfTags#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getTable
@Stability(Stable) @Nullable default LakeformationResourceLfTagsTable getTable()
table block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#table LakeformationResourceLfTags#table}
-
getTableWithColumns
@Stability(Stable) @Nullable default LakeformationResourceLfTagsTableWithColumns getTableWithColumns()
table_with_columns block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#table_with_columns LakeformationResourceLfTags#table_with_columns}
-
getTimeouts
@Stability(Stable) @Nullable default LakeformationResourceLfTagsTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#timeouts LakeformationResourceLfTags#timeouts}
-
builder
@Stability(Stable) static LakeformationResourceLfTagsConfig.Builder builder()
-
-