Interface CfnDataSource.ScheduleConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.ScheduleConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.ScheduleConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The details of the schedule of the data source runs.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datazone.*;
ScheduleConfigurationProperty scheduleConfigurationProperty = ScheduleConfigurationProperty.builder()
.schedule("schedule")
.timezone("timezone")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSource.ScheduleConfigurationPropertystatic final classAn implementation forCfnDataSource.ScheduleConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSchedule
The schedule of the data source runs.- See Also:
-
getTimezone
The timezone of the data source run.- See Also:
-
builder
-