Interface DataCatalogTaxonomyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataCatalogTaxonomyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.358Z") @Stability(Stable) public interface DataCatalogTaxonomyConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataCatalogTaxonomyConfig.BuilderA builder forDataCatalogTaxonomyConfigstatic classDataCatalogTaxonomyConfig.Jsii$ProxyAn implementation forDataCatalogTaxonomyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataCatalogTaxonomyConfig.Builderbuilder()default List<String>getActivatedPolicyTypes()A list of policy types that are activated for this taxonomy.default StringgetDescription()Description of this taxonomy.StringgetDisplayName()User defined name of this taxonomy.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#id DataCatalogTaxonomy#id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#project DataCatalogTaxonomy#project}.default StringgetRegion()Taxonomy location region.default DataCatalogTaxonomyTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
User defined name of this taxonomy.The taxonomy display name must be unique within an organization. It must: contain only unicode letters, numbers, underscores, dashes and spaces; not start or end with spaces; and be at most 200 bytes long when encoded in UTF-8. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#display_name DataCatalogTaxonomy#display_name}
-
getActivatedPolicyTypes
@Stability(Stable) @Nullable default List<String> getActivatedPolicyTypes()
A list of policy types that are activated for this taxonomy.If not set, defaults to an empty list. Possible values: ["POLICY_TYPE_UNSPECIFIED", "FINE_GRAINED_ACCESS_CONTROL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#activated_policy_types DataCatalogTaxonomy#activated_policy_types}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of this taxonomy.It must: contain only unicode characters, tabs, newlines, carriage returns and page breaks; and be at most 2000 bytes long when encoded in UTF-8. If not set, defaults to an empty description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#description DataCatalogTaxonomy#description}
-
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_taxonomy#id DataCatalogTaxonomy#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_taxonomy#project DataCatalogTaxonomy#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
Taxonomy location region.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#region DataCatalogTaxonomy#region}
-
getTimeouts
@Stability(Stable) @Nullable default DataCatalogTaxonomyTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#timeouts DataCatalogTaxonomy#timeouts}
-
builder
@Stability(Stable) static DataCatalogTaxonomyConfig.Builder builder()
- Returns:
- a
DataCatalogTaxonomyConfig.BuilderofDataCatalogTaxonomyConfig
-
-