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>
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.