DomainSourceArgs

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

Constructors

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

Properties

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

The address of the source station.

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>? = null

The type of the origin. Valid values:

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

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

Functions

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