Module: AWSCDK::APIGateway::EndpointType

Defined in:
api_gateway/endpoint_type.rb

Constant Summary collapse

EDGE =
Deprecated.
Note:

Default:

For an edge-optimized API and its custom domain name.

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.EndpointType", "EDGE")
REGIONAL =
Deprecated.
Note:

Default:

For a regional API and its custom domain name.

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.EndpointType", "REGIONAL")
PRIVATE =
Deprecated.
Note:

Default:

For a private API and its custom domain name.

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.EndpointType", "PRIVATE")