CfnScheduleGroupMixinProps
- class aws_cdk.mixins_preview.aws_scheduler.mixins.CfnScheduleGroupMixinProps(*, name=None, tags=None)
Bases:
objectProperties for CfnScheduleGroupPropsMixin.
- Parameters:
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_scheduler import mixins as scheduler_mixins cfn_schedule_group_mixin_props = scheduler_mixins.CfnScheduleGroupMixinProps( name="name", tags=[CfnTag( key="key", value="value" )] )
Attributes
- name
The name of the schedule group.