Class CfnConnection.RedshiftLineageSyncConfigurationInputProperty
The Amaon Redshift lineage sync configuration.
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.RedshiftLineageSyncConfigurationInputProperty : CfnConnection.IRedshiftLineageSyncConfigurationInputProperty
Syntax (vb)
Public Class CfnConnection.RedshiftLineageSyncConfigurationInputProperty Implements CfnConnection.IRedshiftLineageSyncConfigurationInputProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var redshiftLineageSyncConfigurationInputProperty = new RedshiftLineageSyncConfigurationInputProperty {
Enabled = false,
Schedule = new LineageSyncScheduleProperty {
Schedule = "schedule"
}
};
Synopsis
Constructors
| RedshiftLineageSyncConfigurationInputProperty() | The Amaon Redshift lineage sync configuration. |
Properties
| Enabled | Specifies whether the Amaon Redshift lineage sync configuration is enabled. |
| Schedule | The schedule of the Amaon Redshift lineage sync configuration. |
Constructors
RedshiftLineageSyncConfigurationInputProperty()
The Amaon Redshift lineage sync configuration.
public RedshiftLineageSyncConfigurationInputProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var redshiftLineageSyncConfigurationInputProperty = new RedshiftLineageSyncConfigurationInputProperty {
Enabled = false,
Schedule = new LineageSyncScheduleProperty {
Schedule = "schedule"
}
};
Properties
Enabled
Specifies whether the Amaon Redshift lineage sync configuration is enabled.
public object? Enabled { get; set; }
Property Value
Remarks
Schedule
The schedule of the Amaon Redshift lineage sync configuration.
public object? Schedule { get; set; }