interface CfnScheduleGroupProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Scheduler.CfnScheduleGroupProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#CfnScheduleGroupProps |
Java | software.amazon.awscdk.services.scheduler.CfnScheduleGroupProps |
Python | aws_cdk.aws_scheduler.CfnScheduleGroupProps |
TypeScript | aws-cdk-lib » aws_scheduler » CfnScheduleGroupProps |
Properties for defining a CfnScheduleGroup
.
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 cfnScheduleGroupProps: scheduler.CfnScheduleGroupProps = {
name: 'name',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of the schedule group. |
tags? | Cfn [] | An array of key-value pairs to apply to this resource. |
name?
Type:
string
(optional)
The name of the schedule group.
tags?
Type:
Cfn
[]
(optional)
An array of key-value pairs to apply to this resource.
For more information, see Tag .