geoRestriction

@JvmName(name = "pqcgmscmhnnkgtdt")
suspend fun geoRestriction(value: Output<DistributionGeoRestrictionArgs>)
@JvmName(name = "vuygvqfvmhdqwfku")
suspend fun geoRestriction(value: DistributionGeoRestrictionArgs)

Parameters

value

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.


@JvmName(name = "uobfrirocrvyncxi")
suspend fun geoRestriction(argument: suspend DistributionGeoRestrictionArgsBuilder.() -> Unit)

Parameters

argument

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.