Services Communications Gateway Service Location Args
data class ServicesCommunicationsGatewayServiceLocationArgs(val allowedMediaSourceAddressPrefixes: Output<List<String>>? = null, val allowedSignalingSourceAddressPrefixes: Output<List<String>>? = null, val esrpAddresses: Output<List<String>>? = null, val location: Output<String>, val operatorAddresses: Output<List<String>>) : ConvertibleToJava<ServicesCommunicationsGatewayServiceLocationArgs>
Properties
Link copied to clipboard
Specifies the allowed source IP address or CIDR ranges for media.
Link copied to clipboard
Specifies the allowed source IP address or CIDR ranges for signaling.
Link copied to clipboard
IP address to use to contact the ESRP from this region. !>Note: The esrp_addresses
must be specified for each service_location
when thee911_type
is set to DirectToEsrp
. The esrp_addresses
must not be specified for each service_location
when thee911_type
is set to Standard
.
Link copied to clipboard
IP address to use to contact the operator network from this region.