Deep Created Origin Args
data class DeepCreatedOriginArgs(val enabled: Output<Boolean>? = null, val hostName: Output<String>, val httpPort: Output<Int>? = null, val httpsPort: Output<Int>? = null, val name: Output<String>, val originHostHeader: Output<String>? = null, val priority: Output<Int>? = null, val privateLinkAlias: Output<String>? = null, val privateLinkApprovalMessage: Output<String>? = null, val privateLinkLocation: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<DeepCreatedOriginArgs>
The main origin of CDN content which is added when creating a CDN endpoint.
Constructors
Link copied to clipboard
fun DeepCreatedOriginArgs(enabled: Output<Boolean>? = null, hostName: Output<String>, httpPort: Output<Int>? = null, httpsPort: Output<Int>? = null, name: Output<String>, originHostHeader: Output<String>? = null, priority: Output<Int>? = null, privateLinkAlias: Output<String>? = null, privateLinkApprovalMessage: Output<String>? = null, privateLinkLocation: Output<String>? = null, privateLinkResourceId: Output<String>? = null, weight: Output<Int>? = null)