Class: Aws::ChimeSDKVoice::Types::VoiceConnectorItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#priorityInteger

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.

Returns:

  • (Integer)


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_idString

The Voice Connector ID.

Returns:

  • (String)


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