HttpConnectionType
- class aws_cdk.aws_apigatewayv2.HttpConnectionType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
Supported connection types.
Attributes
- INTERNET
For connections through public routable internet.
- VPC_LINK
For private connections between API Gateway and resources in a VPC.