Interface CfnConnection.RedshiftLineageSyncConfigurationInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnection.RedshiftLineageSyncConfigurationInputProperty.Jsii$Proxy
- Enclosing class:
CfnConnection
@Stability(Stable)
public static interface CfnConnection.RedshiftLineageSyncConfigurationInputProperty
extends software.amazon.jsii.JsiiSerializable
The Amaon Redshift lineage sync configuration.
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.*;
RedshiftLineageSyncConfigurationInputProperty redshiftLineageSyncConfigurationInputProperty = RedshiftLineageSyncConfigurationInputProperty.builder()
.enabled(false)
.schedule(LineageSyncScheduleProperty.builder()
.schedule("schedule")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnection.RedshiftLineageSyncConfigurationInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Specifies whether the Amaon Redshift lineage sync configuration is enabled.Returns union: either
BooleanorIResolvable- See Also:
-
getSchedule
The schedule of the Amaon Redshift lineage sync configuration.Returns union: either
IResolvableorCfnConnection.LineageSyncScheduleProperty- See Also:
-
builder
@Stability(Stable) static CfnConnection.RedshiftLineageSyncConfigurationInputProperty.Builder builder()
-