EndpointGeoFilterArgs

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

Constructors

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

Properties

Link copied to clipboard
val action: Output<String>

The Action of the Geo Filter. Possible values include Allow and Block.

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

A List of two letter country codes (e.g. US, GB) to be associated with this Geo Filter.

Link copied to clipboard
val relativePath: Output<String>

The relative path applicable to geo filter.

Functions

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