RestrictionsArgs

data class RestrictionsArgs(val geoRestriction: Output<GeoRestrictionArgs>? = null) : ConvertibleToJava<RestrictionsArgs>

Definition of Restrictions

Constructors

Link copied to clipboard
constructor(geoRestriction: Output<GeoRestrictionArgs>? = null)

Properties

Link copied to clipboard
val geoRestriction: Output<GeoRestrictionArgs>? = null

A complex type that controls the countries in which your content is distributed. CF determines the location of your users using `MaxMind` GeoIP databases. To disable geo restriction, remove the Restrictions property from your stack template. A complex type that controls the countries in which your content is distributed. CF determines the location of your users using `MaxMind` GeoIP databases. To disable geo restriction, remove the Restrictions property from your stack template.

Functions

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