Method: Aws::APIGateway::Types::EndpointConfiguration#vpc_endpoint_ids
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#vpc_endpoint_ids ⇒ Array<String>
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is only supported for ‘PRIVATE` endpoint type.
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 |