aws-cdk-lib.aws_scheduler.CfnScheduleGroupProps

interface CfnScheduleGroupProps

LanguageType name
.NETAmazon.CDK.AWS.Scheduler.CfnScheduleGroupProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#CfnScheduleGroupProps
Javasoftware.amazon.awscdk.services.scheduler.CfnScheduleGroupProps
Pythonaws_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

NameTypeDescription
name?stringThe name of the schedule group.
tags?CfnTag[]An array of key-value pairs to apply to this resource.

name?

Type: string (optional)

The name of the schedule group.


tags?

Type: CfnTag[] (optional)

An array of key-value pairs to apply to this resource.

For more information, see Tag .