Show / Hide Table of Contents

Class CfnRule.SqsParametersProperty

The custom parameters for EventBridge to use for a target that is an Amazon SQS fair or 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()

The custom parameters for EventBridge to use for a target that is an Amazon SQS fair or FIFO queue.

Properties

MessageGroupId

The ID of the message group to use as the target.

Constructors

SqsParametersProperty()

The custom parameters for EventBridge to use for a target that is an Amazon SQS fair or 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 ID of the message group 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