Skip to content

Api Gateway  >  Enums  >  EndpointType

EndpointType

Enum Class

EndpointType

Bases: UnknownEnumMixin, StrEnum

The endpoint type. The valid values are EDGE for edge-optimized API setup, most suitable for mobile applications; REGIONAL for regional API endpoint setup, most suitable for calling from AWS Region; and PRIVATE for private APIs.

Attributes

EDGE class-attribute instance-attribute
EDGE = 'EDGE'
PRIVATE class-attribute instance-attribute
PRIVATE = 'PRIVATE'
REGIONAL class-attribute instance-attribute
REGIONAL = 'REGIONAL'