interface LineageSyncScheduleProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnConnection.LineageSyncScheduleProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnConnection_LineageSyncScheduleProperty |
![]() | software.amazon.awscdk.services.datazone.CfnConnection.LineageSyncScheduleProperty |
![]() | aws_cdk.aws_datazone.CfnConnection.LineageSyncScheduleProperty |
![]() | aws-cdk-lib » aws_datazone » CfnConnection » LineageSyncScheduleProperty |
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 { aws_datazone as datazone } from 'aws-cdk-lib';
const lineageSyncScheduleProperty: datazone.CfnConnection.LineageSyncScheduleProperty = {
schedule: 'schedule',
};
Properties
Name | Type | Description |
---|---|---|
schedule? | string | The lineage sync schedule. |
schedule?
Type:
string
(optional)
The lineage sync schedule.