Geo Filter Args
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
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
Relative path applicable to geo filter. (e.g. '/mypictures', '/mypicture/kitty.jpg', and etc.)