DistributionRestrictionsGeoRestrictionArgs

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

Constructors

constructor(locations: Output<List<String>>? = null, restrictionType: Output<String>)

Properties

Link copied to clipboard
val locations: Output<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
val restrictionType: Output<String>

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

Functions

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