AWS::Scheduler::Schedule SqsParameters - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Scheduler::Schedule SqsParameters

The templated target type for the Amazon SQS SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MessageGroupId" : String }

YAML

MessageGroupId: String

Properties

MessageGroupId

The FIFO message group ID to use as the target.

Required: No

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption