We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b8398 commit 70451bbCopy full SHA for 70451bb
1 file changed
packages/aws-cdk-lib/aws-sqs/lib/queue-base.ts
@@ -283,7 +283,7 @@ export interface QueueAttributes {
283
284
/**
285
* The URL of the queue.
286
- * @see https://docs.aws.amazon.com/sdk-for-net/v2/developer-guide/QueueURL.html
+ * @see https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-message-identifiers.html#sqs-general-identifiers
287
*
288
* @default - 'https://sqs.<region-endpoint>/<account-ID>/<queue-name>'
289
*/
0 commit comments