AWS::Scheduler::ScheduleGroup
Creates the specified schedule group.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Scheduler::ScheduleGroup", "Properties" : { "Name" :
String
, "Tags" :[ Tag, ... ]
} }
Properties
Name
-
The name of the schedule group.
Required: No
Type: String
Update requires: Replacement
Tags
-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the Name
attribute of the schedule group.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes that Fn::GetAtt
returns.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt.