Authenticated Origin Pulls Args
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
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(configs: Output<List<AuthenticatedOriginPullsConfigArgs>>? = null, hostname: Output<String>? = null, zoneId: Output<String>? = null)