Interface DataLossPreventionJobTriggerTriggersSchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerTriggersSchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.520Z") @Stability(Stable) public interface DataLossPreventionJobTriggerTriggersSchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerTriggersSchedule.BuilderA builder forDataLossPreventionJobTriggerTriggersSchedulestatic classDataLossPreventionJobTriggerTriggersSchedule.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerTriggersSchedule
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerTriggersSchedule.Builderbuilder()default StringgetRecurrencePeriodDuration()With this option a job is started a regular periodic basis.
-
-
-
Method Detail
-
getRecurrencePeriodDuration
@Stability(Stable) @Nullable default String getRecurrencePeriodDuration()
With 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}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerTriggersSchedule.Builder builder()
-
-