Class CfnRule.SqsParametersProperty
This structure includes the custom parameter to be used when the target is an SQS FIFO queue.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SqsParametersProperty : Object, CfnRule.ISqsParametersProperty
Syntax (vb)
Public Class SqsParametersProperty
Inherits Object
Implements CfnRule.ISqsParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Events;
var sqsParametersProperty = new SqsParametersProperty {
MessageGroupId = "messageGroupId"
};
Synopsis
Constructors
Sqs |
Properties
Message |
The FIFO message group ID to use as the target. |
Constructors
SqsParametersProperty()
public SqsParametersProperty()
Properties
MessageGroupId
The FIFO message group ID to use as the target.
public string MessageGroupId { get; set; }
Property Value
System.