DistributionRestrictionsArgs

data class DistributionRestrictionsArgs(val geoRestriction: Output<DistributionGeoRestrictionArgs>) : ConvertibleToJava<DistributionRestrictionsArgs>

A complex type that identifies ways in which you want to restrict distribution of your content.

Constructors

Link copied to clipboard
constructor(geoRestriction: Output<DistributionGeoRestrictionArgs>)

Properties

Link copied to clipboard

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(): DistributionRestrictionsArgs