aws-cdk-lib.aws_scheduler.CfnSchedule.SqsParametersProperty

interface SqsParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.Scheduler.CfnSchedule.SqsParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#CfnSchedule_SqsParametersProperty
Javasoftware.amazon.awscdk.services.scheduler.CfnSchedule.SqsParametersProperty
Pythonaws_cdk.aws_scheduler.CfnSchedule.SqsParametersProperty
TypeScript aws-cdk-lib » aws_scheduler » CfnSchedule » 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 .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_scheduler as scheduler } from 'aws-cdk-lib';
const sqsParametersProperty: scheduler.CfnSchedule.SqsParametersProperty = {
  messageGroupId: 'messageGroupId',
};

Properties

NameTypeDescription
messageGroupId?stringThe FIFO message group ID to use as the target.

messageGroupId?

Type: string (optional)

The FIFO message group ID to use as the target.