Show / Hide Table of Contents

Class CfnSchedulePropsMixin.SqsParametersProperty

The templated target type for the Amazon SQS SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide .

Inheritance
object
CfnSchedulePropsMixin.SqsParametersProperty
Implements
CfnSchedulePropsMixin.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.CfnPropertyMixins.AWS.Scheduler
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSchedulePropsMixin.SqsParametersProperty : CfnSchedulePropsMixin.ISqsParametersProperty
Syntax (vb)
Public Class CfnSchedulePropsMixin.SqsParametersProperty Implements CfnSchedulePropsMixin.ISqsParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-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.CfnPropertyMixins.AWS.Scheduler;

             var sqsParametersProperty = new SqsParametersProperty {
                 MessageGroupId = "messageGroupId"
             };

Synopsis

Constructors

SqsParametersProperty()

The templated target type for the Amazon SQS SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide .

Properties

MessageGroupId

The FIFO message group ID to use as the target.

Constructors

SqsParametersProperty()

The templated target type for the Amazon SQS SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide .

public SqsParametersProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-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.CfnPropertyMixins.AWS.Scheduler;

             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-scheduler-schedule-sqsparameters.html#cfn-scheduler-schedule-sqsparameters-messagegroupid

Implements

CfnSchedulePropsMixin.ISqsParametersProperty
Back to top Generated by DocFX