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
PRIVATE
class-attribute
instance-attribute
REGIONAL
class-attribute
instance-attribute