GeoFilterArgs

data class GeoFilterArgs(val action: Output<GeoFilterActions>, val countryCodes: Output<List<String>>, val relativePath: Output<String>) : ConvertibleToJava<GeoFilterArgs>

Rules defining user's geo access within a CDN endpoint.

Constructors

Link copied to clipboard
constructor(action: Output<GeoFilterActions>, countryCodes: Output<List<String>>, relativePath: Output<String>)

Properties

Link copied to clipboard

Action of the geo filter, i.e. allow or block access.

Link copied to clipboard
val countryCodes: Output<List<String>>

Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.

Link copied to clipboard
val relativePath: Output<String>

Relative path applicable to geo filter. (e.g. '/mypictures', '/mypicture/kitty.jpg', and etc.)

Functions

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