AWS::Events::Rule SqsParameters
The SqsParameters
property type specifies the custom parameter to be used
when the target is an Amazon SQS FIFO queue.
SqsParameters
is a property of the Target property type.
Syntax
To declare this entity in your AWS 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: Yes
Type: String
Update requires: No interruption