ConfigSmsRegionConfigAllowByDefaultArgs

data class ConfigSmsRegionConfigAllowByDefaultArgs(val disallowedRegions: Output<List<String>>? = null) : ConvertibleToJava<ConfigSmsRegionConfigAllowByDefaultArgs>

Constructors

Link copied to clipboard
constructor(disallowedRegions: Output<List<String>>? = null)

Properties

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

Two letter unicode region codes to disallow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json

Functions

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