Skip to content

Commit 70451bb

Browse files
author
Juan David Ardila
committed
docs(sqs): updated docstring queue url attribute
1 parent 45b8398 commit 70451bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/aws-cdk-lib/aws-sqs/lib/queue-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export interface QueueAttributes {
283283

284284
/**
285285
* The URL of the queue.
286-
* @see https://docs.aws.amazon.com/sdk-for-net/v2/developer-guide/QueueURL.html
286+
* @see https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-message-identifiers.html#sqs-general-identifiers
287287
*
288288
* @default - 'https://sqs.<region-endpoint>/<account-ID>/<queue-name>'
289289
*/

0 commit comments

Comments
 (0)