x-amazon-apigateway-endpoint-configuration object
Specifies details of the endpoint configuration for an API. This extension
is an extended property of the OpenAPI Operation
Property name | Type | Description |
---|---|---|
disableExecuteApiEndpoint |
Boolean |
Specifies whether clients can invoke your API by using the default
|
vpcEndpointIds |
An array of String |
A list of VpcEndpoint identifiers against which to create RouteĀ 53
alias records for a REST API. It is only supported for REST APIs the
|
x-amazon-apigateway-endpoint-configuration examples
The following example associates specified VPC endpoints to the REST API.
"x-amazon-apigateway-endpoint-configuration": { "vpcEndpointIds": ["vpce-0212a4ababd5b8c3e", "vpce-01d622316a7df47f9"] }
The following example disables the default endpoint for an API.
"x-amazon-apigateway-endpoint-configuration": { "disableExecuteApiEndpoint": true }