We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd031d commit 1db9be7Copy full SHA for 1db9be7
packages/aws-cdk-lib/aws-apigatewayv2/lib/http/api.ts
@@ -140,8 +140,8 @@ export interface HttpApiProps {
140
/**
141
* Specifies whether clients can invoke your API using the default endpoint.
142
* By default, clients can invoke your API with the default
143
- * `https://{api_id}.execute-api.{region}.amazonaws.com` endpoint. Enable
144
- * this if you would like clients to use your custom domain name.
+ * `https://{api_id}.execute-api.{region}.amazonaws.com` endpoint. Set this to
+ * true if you would like clients to use your custom domain name.
145
* @default false execute-api endpoint enabled.
146
*/
147
readonly disableExecuteApiEndpoint?: boolean;
0 commit comments