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
fun GeoFilterArgs(action: Output<GeoFilterActions>, countryCodes: Output<List<String>>, relativePath: Output<String>)