Interface DataCatalogTagTemplateConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataCatalogTagTemplateConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.343Z") @Stability(Stable) public interface DataCatalogTagTemplateConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataCatalogTagTemplateConfig.BuilderA builder forDataCatalogTagTemplateConfigstatic classDataCatalogTagTemplateConfig.Jsii$ProxyAn implementation forDataCatalogTagTemplateConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataCatalogTagTemplateConfig.Builderbuilder()default StringgetDisplayName()The display name for this template.ObjectgetFields()fields block.default ObjectgetForceDelete()This confirms the deletion of any possible tags using this template.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#id DataCatalogTagTemplate#id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#project DataCatalogTagTemplate#project}.default StringgetRegion()Template location region.StringgetTagTemplateId()The id of the tag template to create.default DataCatalogTagTemplateTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getFields
@Stability(Stable) @NotNull Object getFields()
fields block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#fields DataCatalogTagTemplate#fields}
-
getTagTemplateId
@Stability(Stable) @NotNull String getTagTemplateId()
The id of the tag template to create.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#tag_template_id DataCatalogTagTemplate#tag_template_id}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
The display name for this template.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#display_name DataCatalogTagTemplate#display_name}
-
getForceDelete
@Stability(Stable) @Nullable default Object getForceDelete()
This confirms the deletion of any possible tags using this template.Must be set to true in order to delete the tag template. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#force_delete DataCatalogTagTemplate#force_delete}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#id DataCatalogTagTemplate#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#project DataCatalogTagTemplate#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
Template location region.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#region DataCatalogTagTemplate#region}
-
getTimeouts
@Stability(Stable) @Nullable default DataCatalogTagTemplateTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#timeouts DataCatalogTagTemplate#timeouts}
-
builder
@Stability(Stable) static DataCatalogTagTemplateConfig.Builder builder()
-
-