interface RedshiftLineageSyncConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnConnectionPropsMixin.RedshiftLineageSyncConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnConnectionPropsMixin_RedshiftLineageSyncConfigurationInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnConnectionPropsMixin.RedshiftLineageSyncConfigurationInputProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnConnectionPropsMixin.RedshiftLineageSyncConfigurationInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnConnectionPropsMixin » 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 { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const redshiftLineageSyncConfigurationInputProperty: datazone_mixins.CfnConnectionPropsMixin.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