Distribution Tenant Geo Restriction Customization Args
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
Link copied to clipboard
constructor(locations: Output<List<String>>? = null, restrictionType: Output<DistributionTenantGeoRestrictionCustomizationRestrictionType>? = null)