interface RedshiftLineageSyncConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_datazone.CfnConnection.RedshiftLineageSyncConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnConnection_RedshiftLineageSyncConfigurationInputProperty |
Java | software.amazon.awscdk.services.datazone.CfnConnection.RedshiftLineageSyncConfigurationInputProperty |
Python | aws_cdk.aws_datazone.CfnConnection.RedshiftLineageSyncConfigurationInputProperty |
TypeScript | aws-cdk-lib » aws_datazone » CfnConnection » RedshiftLineageSyncConfigurationInputProperty |
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 { aws_datazone as datazone } from 'aws-cdk-lib';
const redshiftLineageSyncConfigurationInputProperty: datazone.CfnConnection.RedshiftLineageSyncConfigurationInputProperty = {
enabled: false,
schedule: {
schedule: 'schedule',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | Specifies whether the Amaon Redshift lineage sync configuration is enabled. |
| schedule? | IResolvable | Lineage | The schedule of the Amaon Redshift lineage sync configuration. |
enabled?
Type:
boolean | IResolvable
(optional)
Specifies whether the Amaon Redshift lineage sync configuration is enabled.
schedule?
Type:
IResolvable | Lineage
(optional)
The schedule of the Amaon Redshift lineage sync configuration.

.NET
Go
Java
Python
TypeScript