You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::PutVoiceConnectorProxyRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutVoiceConnectorProxyRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  voice_connector_id: "NonEmptyString128", # required
  default_session_expiry_minutes: 1, # required
  phone_number_pool_countries: ["Country"], # required
  fall_back_phone_number: "E164PhoneNumber",
  disabled: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#default_session_expiry_minutesInteger

The default number of minutes allowed for proxy sessions.

Returns:

  • (Integer)

    The default number of minutes allowed for proxy sessions.

#disabledBoolean

When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.

Returns:

  • (Boolean)

    When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.

#fall_back_phone_numberString

The phone number to route calls to after a proxy session expires.

Returns:

  • (String)

    The phone number to route calls to after a proxy session expires.

#phone_number_pool_countriesArray<String>

The countries for proxy phone numbers to be selected from.

Returns:

  • (Array<String>)

    The countries for proxy phone numbers to be selected from.

#voice_connector_idString

The Amazon Chime voice connector ID.

Returns:

  • (String)

    The Amazon Chime voice connector ID.