DomainSourceArgs

data class DomainSourceArgs(val content: Output<String>, val port: Output<Int>? = null, val priority: Output<String>? = null, val type: Output<String>, val weight: Output<String>? = null) : ConvertibleToJava<DomainSourceArgs>

Constructors

Link copied to clipboard
fun DomainSourceArgs(content: Output<String>, port: Output<Int>? = null, priority: Output<String>? = null, type: Output<String>, weight: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val content: Output<String>

The origin address.

Link copied to clipboard
val port: Output<Int>? = null

The port number. Valid values: 443 and 80. Default to 80.

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

The priority of the origin if multiple origins are specified. Default to 20.

Link copied to clipboard
val type: Output<String>

The type of the origin. Valid values: ipaddr: The origin is configured using an IP address. domain: The origin is configured using a domain name. oss: The origin is configured using the Internet domain name of an Alibaba Cloud Object Storage Service (OSS) bucket.

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

The weight of the origin if multiple origins are specified. Default to 10.