ConfigSmsRegionConfigArgs

data class ConfigSmsRegionConfigArgs(val allowByDefault: Output<ConfigSmsRegionConfigAllowByDefaultArgs>? = null, val allowlistOnly: Output<ConfigSmsRegionConfigAllowlistOnlyArgs>? = null) : ConvertibleToJava<ConfigSmsRegionConfigArgs>

Constructors

Link copied to clipboard
constructor(allowByDefault: Output<ConfigSmsRegionConfigAllowByDefaultArgs>? = null, allowlistOnly: Output<ConfigSmsRegionConfigAllowlistOnlyArgs>? = null)

Properties

Link copied to clipboard

A policy of allowing SMS to every region by default and adding disallowed regions to a disallow list. Structure is documented below.

Link copied to clipboard

A policy of only allowing regions by explicitly adding them to an allowlist. Structure is documented below.

Functions

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