GetRestApiEndpointConfiguration

data class GetRestApiEndpointConfiguration(val ipAddressType: String, val types: List<String>, val vpcEndpointIds: List<String>)

Constructors

Link copied to clipboard
constructor(ipAddressType: String, types: List<String>, vpcEndpointIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address types that can invoke an API (RestApi).

Link copied to clipboard

List of endpoint types.

Link copied to clipboard

Set of VPC Endpoint identifiers.