PrimaryRegionPropertiesArgs

data class PrimaryRegionPropertiesArgs(val allowedMediaSourceAddressPrefixes: Output<List<String>>? = null, val allowedSignalingSourceAddressPrefixes: Output<List<String>>? = null, val esrpAddresses: Output<List<String>>? = null, val operatorAddresses: Output<List<String>>) : ConvertibleToJava<PrimaryRegionPropertiesArgs>

The configuration used in this region as primary, and other regions as backup.

Constructors

Link copied to clipboard
fun PrimaryRegionPropertiesArgs(allowedMediaSourceAddressPrefixes: Output<List<String>>? = null, allowedSignalingSourceAddressPrefixes: Output<List<String>>? = null, esrpAddresses: Output<List<String>>? = null, operatorAddresses: Output<List<String>>)

Functions

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

Properties

Link copied to clipboard

The allowed source IP address or CIDR ranges for media

Link copied to clipboard

The allowed source IP address or CIDR ranges for signaling

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

IP address to use to contact the ESRP from this region

Link copied to clipboard

IP address to use to contact the operator network from this region