Table of Contents

Class SqsParameters

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

This structure includes the custom parameter to be used when the target is an SQS FIFO queue.

public class SqsParameters
Inheritance
SqsParameters
Inherited Members

Constructors

SqsParameters()

public SqsParameters()

Properties

MessageGroupId

Gets and sets the property MessageGroupId.

The FIFO message group ID to use as the target.

public string MessageGroupId { get; set; }

Property Value

string