interface PipeTargetSqsQueueParametersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.CfnPipe.PipeTargetSqsQueueParametersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_PipeTargetSqsQueueParametersProperty |
![]() | software.amazon.awscdk.services.pipes.CfnPipe.PipeTargetSqsQueueParametersProperty |
![]() | aws_cdk.aws_pipes.CfnPipe.PipeTargetSqsQueueParametersProperty |
![]() | aws-cdk-lib » aws_pipes » CfnPipe » PipeTargetSqsQueueParametersProperty |
The parameters for using a Amazon SQS stream as a target.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pipes as pipes } from 'aws-cdk-lib';
const pipeTargetSqsQueueParametersProperty: pipes.CfnPipe.PipeTargetSqsQueueParametersProperty = {
messageDeduplicationId: 'messageDeduplicationId',
messageGroupId: 'messageGroupId',
};
Properties
Name | Type | Description |
---|---|---|
message | string | This parameter applies only to FIFO (first-in-first-out) queues. |
message | string | The FIFO message group ID to use as the target. |
messageDeduplicationId?
Type:
string
(optional)
This parameter applies only to FIFO (first-in-first-out) queues.
The token used for deduplication of sent messages.
messageGroupId?
Type:
string
(optional)
The FIFO message group ID to use as the target.