Interface CfnConnection.LineageSyncScheduleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnection.LineageSyncScheduleProperty.Jsii$Proxy
- Enclosing class:
CfnConnection
@Stability(Stable)
public static interface CfnConnection.LineageSyncScheduleProperty
extends software.amazon.jsii.JsiiSerializable
The lineage sync schedule.
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.*;
LineageSyncScheduleProperty lineageSyncScheduleProperty = LineageSyncScheduleProperty.builder()
.schedule("schedule")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnection.LineageSyncSchedulePropertystatic final classAn implementation forCfnConnection.LineageSyncScheduleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSchedule
The lineage sync schedule.- See Also:
-
builder
-