Interface DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.518Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builderstatic classDataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builderbuilder()StringgetName()Specification of the field containing the timestamp of scanned items.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery.For BigQuery: Required to filter out rows based on the given start and end times. If not specified and the table was modified between the given start and end times, the entire table will be scanned. The valid data types of the timestamp field are: INTEGER, DATE, TIMESTAMP, or DATETIME BigQuery column. For Datastore. Valid data types of the timestamp field are: TIMESTAMP. Datastore entity will be scanned if the timestamp property does not exist or its value is empty or invalid. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#name DataLossPreventionJobTrigger#name}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder builder()
-
-