Method: Aws::APIGateway::Types::EndpointConfiguration#vpc_endpoint_ids

Defined in:
lib/aws-sdk-apigateway/types.rb

#vpc_endpoint_idsArray<String>

A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is only supported for ‘PRIVATE` endpoint type.

Returns:

  • (Array<String>)

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