Class: Aws::ChimeSDKVoice::Types::VoiceConnectorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceConnectorItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
For Amazon Chime SDK Voice Connector groups, the Amazon Chime SDK Voice Connectors to which you route inbound calls. Includes priority configuration settings. Limit: 3 VoiceConnectorItems per Voice Connector group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#priority ⇒ Integer
The priority setting of a Voice Connector item.
-
#voice_connector_id ⇒ String
The Voice Connector ID.
Instance Attribute Details
#priority ⇒ Integer
The priority setting of a Voice Connector item. Calls are routed to hosts in priority order, with 1 as the highest priority. When hosts have equal priority, the system distributes calls among them based on their relative weight.
4027 4028 4029 4030 4031 4032 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4027 class VoiceConnectorItem < Struct.new( :voice_connector_id, :priority) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Voice Connector ID.
4027 4028 4029 4030 4031 4032 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4027 class VoiceConnectorItem < Struct.new( :voice_connector_id, :priority) SENSITIVE = [] include Aws::Structure end |