Method: Aws::APIGateway::Types::EndpointConfiguration#types
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#types ⇒ Array<String>
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is ‘“EDGE”`. For a regional API and its custom domain name, the endpoint type is `REGIONAL`. For a private API, the endpoint type is `PRIVATE`.
2762 2763 2764 2765 2766 2767 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2762 class EndpointConfiguration < Struct.new( :types, :vpc_endpoint_ids) SENSITIVE = [] include Aws::Structure end |