Show / Hide Table of Contents

Class CfnRule.SqsParametersProperty

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

Inheritance
object
CfnRule.SqsParametersProperty
Implements
CfnRule.ISqsParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRule.SqsParametersProperty : CfnRule.ISqsParametersProperty
Syntax (vb)
Public Class CfnRule.SqsParametersProperty Implements CfnRule.ISqsParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sqsparameters.html

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

SqsParametersProperty()

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

Properties

MessageGroupId

The FIFO message group ID to use as the target.

Constructors

SqsParametersProperty()

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

public SqsParametersProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sqsparameters.html

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"
             };

Properties

MessageGroupId

The FIFO message group ID to use as the target.

public string MessageGroupId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sqsparameters.html#cfn-events-rule-sqsparameters-messagegroupid

Implements

CfnRule.ISqsParametersProperty
Back to top Generated by DocFX