enum DeduplicationScope
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SQS.DeduplicationScope |
Java | software.amazon.awscdk.services.sqs.DeduplicationScope |
Python | aws_cdk.aws_sqs.DeduplicationScope |
TypeScript (source) | @aws-cdk/aws-sqs » DeduplicationScope |
What kind of deduplication scope to apply.
Members
| Name | Description |
|---|---|
| MESSAGE_GROUP | Deduplication occurs at the message group level. |
| QUEUE | Deduplication occurs at the message queue level. |
MESSAGE_GROUP
Deduplication occurs at the message group level.
QUEUE
Deduplication occurs at the message queue level.

.NET
Java
Python
TypeScript (