Class DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField
@Stability(Stable) @Internal public static final class DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField
An implementation forDataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField
DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder, DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetName()Specification of the field containing the timestamp of scanned items.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldSpecification 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}
- Specified by:
getNamein interfaceDataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-