DomainNameEndpointConfigurationArgs

data class DomainNameEndpointConfigurationArgs(val types: Output<String>) : ConvertibleToJava<DomainNameEndpointConfigurationArgs>

Constructors

Link copied to clipboard
constructor(types: Output<String>)

Properties

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