queue-base: JSDoc of QueueAttributes QueueURL point to falsy Documentation Location #28734
Labels
@aws-cdk/aws-sqs
Related to Amazon Simple Queue Service
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Describe the bug
Queue Base exports the interface
QueueAttributes
.The interface
QueueAttributes
defines thequeueUrl
property among other interface properties.The
QueueAttributes
are documented in JSDoc annotation.In the documentation about
queueUrl
property as JSDoc annotation, the bug is found.The
@see
tag of JSDoc points to a falsy http documentation location.Expected Behavior
The property
queueUrl
of theQueueAttributes
interface is expected to be documented as JSDoc annotation correctly.Current Behavior
Below the
@see
tag of JSDoc annotation forqueueUrl
as defined in the current code base.The line of code in the repository is located here
Reproduction Steps
Visit
the lines of code in the current repository here
And use the http resource defined in the JSDoc
@see
tag, which navigates to the following http locationPossible Solution
2 possible solutions:
@see
JSDoc tag should be removed@see
tag of JSDoc to point to the following http locationThe text was updated successfully, but these errors were encountered: