DistributionGeoRestrictionArgs

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

Constructors

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

Functions

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

Properties

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