interface ScheduleGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Scheduler.ScheduleGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#ScheduleGroupReference |
![]() | software.amazon.awscdk.services.scheduler.ScheduleGroupReference |
![]() | aws_cdk.aws_scheduler.ScheduleGroupReference |
![]() | aws-cdk-lib » aws_scheduler » ScheduleGroupReference |
A reference to a ScheduleGroup 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 scheduleGroupReference: scheduler.ScheduleGroupReference = {
scheduleGroupArn: 'scheduleGroupArn',
scheduleGroupName: 'scheduleGroupName',
};
Properties
Name | Type | Description |
---|---|---|
schedule | string | The ARN of the ScheduleGroup resource. |
schedule | string | The Name of the ScheduleGroup resource. |
scheduleGroupArn
Type:
string
The ARN of the ScheduleGroup resource.
scheduleGroupName
Type:
string
The Name of the ScheduleGroup resource.