DomainNameEndpointConfigurationArgs

data class DomainNameEndpointConfigurationArgs(val ipAddressType: Output<String>? = null, val types: Output<String>) : ConvertibleToJava<DomainNameEndpointConfigurationArgs>

Constructors

Link copied to clipboard
constructor(ipAddressType: Output<String>? = null, types: Output<String>)

Properties

Link copied to clipboard
val ipAddressType: Output<String>? = null
Link copied to clipboard
val types: Output<String>

A list of endpoint types of an API or its custom domain name. 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.

Functions

Link copied to clipboard
open override fun toJava(): DomainNameEndpointConfigurationArgs