ServiceRegionPropertiesArgs

data class ServiceRegionPropertiesArgs(val name: Output<String>, val primaryRegionProperties: Output<PrimaryRegionPropertiesArgs>) : ConvertibleToJava<ServiceRegionPropertiesArgs>

The service region configuration needed for Teams Callings.

Constructors

Link copied to clipboard
constructor(name: Output<String>, primaryRegionProperties: Output<PrimaryRegionPropertiesArgs>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the region in which the resources needed for Teams Calling will be deployed.

Link copied to clipboard

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

Functions

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