DistributionTenantGeoRestrictionCustomizationArgs

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

The customizations that you specified for the distribution tenant for geographic restrictions.

Constructors

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

Properties

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

The locations for geographic restrictions.

Link copied to clipboard

The method that you want to use to restrict distribution of your content by country:

Functions

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