AWS::Scheduler::ScheduleGroupDefinition of AWS::Scheduler::ScheduleGroup Resource Type
2 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the schedule group. |
CreationDate | string | The time at which the schedule group was created. |
LastModificationDate | string | The time at which the schedule group was last modified. |
State | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Scheduler::ScheduleGroup
Resources:
MyResource:
Type: AWS::Scheduler::ScheduleGroup
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
scheduler:TagResourcescheduler:CreateScheduleGroupscheduler:GetScheduleGroupscheduler:ListTagsForResourcescheduler:GetScheduleGroupscheduler:ListTagsForResourcescheduler:TagResourcescheduler:UntagResourcescheduler:ListTagsForResourcescheduler:GetScheduleGroupscheduler:DeleteScheduleGroupscheduler:GetScheduleGroupscheduler:DeleteSchedulescheduler:ListScheduleGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name