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>

List of endpoint types. This resource currently only supports managing a single value. Valid values: EDGE or REGIONAL. If unspecified, defaults to EDGE. Must be declared as REGIONAL in non-Commercial partitions. Refer to the documentation for more information on the difference between edge-optimized and regional APIs.

Functions

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