ZoneCacheVariantsArgs

data class ZoneCacheVariantsArgs(val value: Output<ZoneCacheVariantsValueArgs>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<ZoneCacheVariantsArgs>

Example Usage

resources:
exampleZoneCacheVariants:
type: cloudflare:ZoneCacheVariants
name: example_zone_cache_variants
properties:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
value:
avif:
- image/webp
- image/jpeg
bmp:
- image/webp
- image/jpeg
gif:
- image/webp
- image/jpeg
jp2:
- image/webp
- image/avif
jpeg:
- image/webp
- image/avif
jpg:
- image/webp
- image/avif
jpg2:
- image/webp
- image/avif
png:
- image/webp
- image/avif
tif:
- image/webp
- image/avif
tiff:
- image/webp
- image/avif
webp:
- image/jpeg
- image/avif

Import

$ pulumi import cloudflare:index/zoneCacheVariants:ZoneCacheVariants example '<zone_id>'

Constructors

Link copied to clipboard
constructor(value: Output<ZoneCacheVariantsValueArgs>? = null, zoneId: Output<String>? = null)

Properties

Link copied to clipboard
val value: Output<ZoneCacheVariantsValueArgs>? = null

Value of the zone setting.

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

Identifier

Functions

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