Interface DataCatalogTagFields

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DataCatalogTagFields.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.340Z")
    @Stability(Stable)
    public interface DataCatalogTagFields
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getFieldName

        @Stability(Stable)
        @NotNull
        String getFieldName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#field_name DataCatalogTag#field_name}.
      • getBoolValue

        @Stability(Stable)
        @Nullable
        default Object getBoolValue()
        Holds the value for a tag field with boolean type.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#bool_value DataCatalogTag#bool_value}

      • getDoubleValue

        @Stability(Stable)
        @Nullable
        default Number getDoubleValue()
        Holds the value for a tag field with double type.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#double_value DataCatalogTag#double_value}

      • getEnumValue

        @Stability(Stable)
        @Nullable
        default String getEnumValue()
        The display name of the enum value.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#enum_value DataCatalogTag#enum_value}

      • getStringValue

        @Stability(Stable)
        @Nullable
        default String getStringValue()
        Holds the value for a tag field with string type.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#string_value DataCatalogTag#string_value}

      • getTimestampValue

        @Stability(Stable)
        @Nullable
        default String getTimestampValue()
        Holds the value for a tag field with timestamp type.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#timestamp_value DataCatalogTag#timestamp_value}