Interface DataCatalogTagTemplateFieldsType
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataCatalogTagTemplateFieldsType.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.344Z") @Stability(Stable) public interface DataCatalogTagTemplateFieldsType extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataCatalogTagTemplateFieldsType.BuilderA builder forDataCatalogTagTemplateFieldsTypestatic classDataCatalogTagTemplateFieldsType.Jsii$ProxyAn implementation forDataCatalogTagTemplateFieldsType
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataCatalogTagTemplateFieldsType.Builderbuilder()default DataCatalogTagTemplateFieldsTypeEnumTypegetEnumType()enum_type block.default StringgetPrimitiveType()Represents primitive types - string, bool etc.
-
-
-
Method Detail
-
getEnumType
@Stability(Stable) @Nullable default DataCatalogTagTemplateFieldsTypeEnumType getEnumType()
enum_type block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#enum_type DataCatalogTagTemplate#enum_type}
-
getPrimitiveType
@Stability(Stable) @Nullable default String getPrimitiveType()
Represents primitive types - string, bool etc.Exactly one of 'primitive_type' or 'enum_type' must be set Possible values: ["DOUBLE", "STRING", "BOOL", "TIMESTAMP"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#primitive_type DataCatalogTagTemplate#primitive_type}
-
builder
@Stability(Stable) static DataCatalogTagTemplateFieldsType.Builder builder()
-
-