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
    • 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}