Class DataLossPreventionJobTriggerTriggersSchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerTriggersSchedule.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionJobTriggerTriggersSchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionJobTriggerTriggersSchedule
@Stability(Stable) @Internal public static final class DataLossPreventionJobTriggerTriggersSchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionJobTriggerTriggersSchedule
An implementation forDataLossPreventionJobTriggerTriggersSchedule
-
-
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.DataLossPreventionJobTriggerTriggersSchedule
DataLossPreventionJobTriggerTriggersSchedule.Builder, DataLossPreventionJobTriggerTriggersSchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionJobTriggerTriggersSchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerTriggersSchedule.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)StringgetRecurrencePeriodDuration()With this option a job is started a regular periodic basis.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(DataLossPreventionJobTriggerTriggersSchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerTriggersSchedule.Builder.
-
-
Method Detail
-
getRecurrencePeriodDuration
public final String getRecurrencePeriodDuration()
Description copied from interface:DataLossPreventionJobTriggerTriggersScheduleWith this option a job is started a regular periodic basis. For example: every day (86400 seconds).A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 1 day and can be no longer than 60 days. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#recurrence_period_duration DataLossPreventionJobTrigger#recurrence_period_duration}
- Specified by:
getRecurrencePeriodDurationin interfaceDataLossPreventionJobTriggerTriggersSchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-