IntegrationType¶
Enum Class¶
IntegrationType
¶
Bases: UnknownEnumMixin, StrEnum
The integration type. The valid value is HTTP for integrating an API
method with an HTTP backend; AWS with any Amazon Web Services service
endpoints; MOCK for testing without actually invoking the backend;
HTTP_PROXY for integrating with the HTTP proxy integration;
AWS_PROXY for integrating with the Lambda proxy integration.