AWSAPIGatewayRestAPIEndpointConfigurationType
No description
enum AWSAPIGatewayRestAPIEndpointConfigurationType {
EDGE
REGIONAL
PRIVATE
}
Values
AWSAPIGatewayRestAPIEndpointConfigurationType.EDGE
For an edge-optimized API and its custom domain name, the endpoint type is "EDGE"
AWSAPIGatewayRestAPIEndpointConfigurationType.REGIONAL
For a regional API and its custom domain name, the endpoint type is REGIONAL
AWSAPIGatewayRestAPIEndpointConfigurationType.PRIVATE
For a private API, the endpoint type is PRIVATE