Interface DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.432Z") @Stability(Stable) public interface DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions.Builderstatic classDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions.Jsii$ProxyAn implementation forDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions.Builderbuilder()default StringgetCreatedAfter()A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditionsgetOrConditions()or_conditions block.default StringgetTypeCollection()Restrict discovery to categories of table types.default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsTypesgetTypes()types block.
-
-
-
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}
-
getTypes
@Stability(Stable) @Nullable default DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsTypes getTypes()
types block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#types DataLossPreventionDiscoveryConfig#types}
-
builder
@Stability(Stable) static DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions.Builder builder()
-
-