AuthenticatedOriginPullsArgs

data class AuthenticatedOriginPullsArgs(val configs: Output<List<AuthenticatedOriginPullsConfigArgs>>? = null, val hostname: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<AuthenticatedOriginPullsArgs>

Example Usage

resources:
exampleAuthenticatedOriginPulls:
type: cloudflare:AuthenticatedOriginPulls
name: example_authenticated_origin_pulls
properties:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
configs:
- cert_id: 2458ce5a-0c35-4c7f-82c7-8e9487d3ff60
enabled: true
hostname: app.example.com

Constructors

Link copied to clipboard
constructor(configs: Output<List<AuthenticatedOriginPullsConfigArgs>>? = null, hostname: Output<String>? = null, zoneId: Output<String>? = null)

Properties

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

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

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

Identifier

Functions

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