AuthenticatedOriginPullsConfigArgs

data class AuthenticatedOriginPullsConfigArgs(val certId: Output<String>? = null, val enabled: Output<Boolean>? = null, val hostname: Output<String>? = null) : ConvertibleToJava<AuthenticatedOriginPullsConfigArgs>

Constructors

Link copied to clipboard
constructor(certId: Output<String>? = null, enabled: Output<Boolean>? = null, hostname: Output<String>? = null)

Properties

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

Certificate identifier tag.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.

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

The hostname on the origin for which the client certificate uploaded will be used.

Functions

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