interface ScheduleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataBrew.ScheduleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#ScheduleReference |
![]() | software.amazon.awscdk.services.databrew.ScheduleReference |
![]() | aws_cdk.aws_databrew.ScheduleReference |
![]() | aws-cdk-lib » aws_databrew » ScheduleReference |
A reference to a Schedule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_databrew as databrew } from 'aws-cdk-lib';
const scheduleReference: databrew.ScheduleReference = {
scheduleName: 'scheduleName',
};
Properties
Name | Type | Description |
---|---|---|
schedule | string | The Name of the Schedule resource. |
scheduleName
Type:
string
The Name of the Schedule resource.