Skip to content

Commit

Permalink
update docs for useQueueUrlAsEndpoint (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermichael authored May 10, 2024
1 parent f4b071b commit 73c5463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export interface ConsumerOptions {
*/
region?: string;
/**
* If false uses the QueueUrl hostname as the endpoint.
* Set this value to false to ignore the `queueUrl` and use the
* client's resolved endpoint, which may be a custom endpoint.
* @defaultValue `true`
*/
useQueueUrlAsEndpoint?: boolean;
Expand Down

0 comments on commit 73c5463

Please sign in to comment.