DistributionRestrictionsGeoRestriction

data class DistributionRestrictionsGeoRestriction(val locations: List<String>? = null, val restrictionType: String)

Constructors

Link copied to clipboard
constructor(locations: List<String>? = null, restrictionType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locations: List<String>? = null

4 for which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). If the type is specified as none an empty array can be used.

Link copied to clipboard

Method that you want to use to restrict distribution of your content by country: none, whitelist, or blacklist.