Bases: object
The endpoint configuration of a REST API, including VPCs and endpoint types.
EndpointConfiguration is a property of the AWS::ApiGateway::RestApi resource.
types (Sequence
[EndpointType
]) â A list of endpoint types of an API or its custom domain name. Default: EndpointType.EDGE
vpc_endpoints (Optional
[Sequence
[IVpcEndpoint
]]) â A list of VPC Endpoints against which to create Route53 ALIASes. Default: - no ALIASes are created for the endpoint.
infused
Example:
api = apigateway.RestApi(self, "api", endpoint_configuration=apigateway.EndpointConfiguration( types=[apigateway.EndpointType.EDGE] ) )
Attributes
A list of endpoint types of an API or its custom domain name.
EndpointType.EDGE
A list of VPC Endpoints against which to create Route53 ALIASes.
no ALIASes are created for the endpoint.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4