The information required to create an Amazon Simple Queue Service (Amazon SQS) queue destination.

Export

SqsResource

interface SqsResource {
    arn: string;
}

Properties

Properties

arn: string

The Amazon Resource Name (ARN) associated with the SQS queue.

Memberof

SqsResource