Interface DataplexDatascanExecutionSpecTriggerSchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexDatascanExecutionSpecTriggerSchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.609Z") @Stability(Stable) public interface DataplexDatascanExecutionSpecTriggerSchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexDatascanExecutionSpecTriggerSchedule.BuilderA builder forDataplexDatascanExecutionSpecTriggerSchedulestatic classDataplexDatascanExecutionSpecTriggerSchedule.Jsii$ProxyAn implementation forDataplexDatascanExecutionSpecTriggerSchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataplexDatascanExecutionSpecTriggerSchedule.Builderbuilder()StringgetCron()Cron schedule for running scans periodically.
-
-
-
Method Detail
-
getCron
@Stability(Stable) @NotNull String getCron()
Cron schedule for running scans periodically. This field is required for Schedule scans.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#cron DataplexDatascan#cron}
-
builder
@Stability(Stable) static DataplexDatascanExecutionSpecTriggerSchedule.Builder builder()
-
-