interface ScheduleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Scheduler.ScheduleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#ScheduleReference |
![]() | software.amazon.awscdk.services.scheduler.ScheduleReference |
![]() | aws_cdk.aws_scheduler.ScheduleReference |
![]() | aws-cdk-lib » aws_scheduler » 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_scheduler as scheduler } from 'aws-cdk-lib';
const scheduleReference: scheduler.ScheduleReference = {
scheduleArn: 'scheduleArn',
scheduleName: 'scheduleName',
};
Properties
Name | Type | Description |
---|---|---|
schedule | string | The ARN of the Schedule resource. |
schedule | string | The Name of the Schedule resource. |
scheduleArn
Type:
string
The ARN of the Schedule resource.
scheduleName
Type:
string
The Name of the Schedule resource.