Interface DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions

    • Method Detail

      • getCreatedAfter

        @Stability(Stable)
        @Nullable
        default String getCreatedAfter()
        A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#created_after DataLossPreventionDiscoveryConfig#created_after}

      • getOrConditions

        @Stability(Stable)
        @Nullable
        default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions getOrConditions()
        or_conditions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#or_conditions DataLossPreventionDiscoveryConfig#or_conditions}

      • getTypeCollection

        @Stability(Stable)
        @Nullable
        default String getTypeCollection()
        Restrict discovery to categories of table types.

        Currently view, materialized view, snapshot and non-biglake external tables are supported. Possible values: ["BIG_QUERY_COLLECTION_ALL_TYPES", "BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#type_collection DataLossPreventionDiscoveryConfig#type_collection}