class Aws::Chime::Types::PutVoiceConnectorProxyRequest

@note When making an API call, you may pass PutVoiceConnectorProxyRequest

data as a 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,
    }

@!attribute [rw] voice_connector_id

The Amazon Chime voice connector ID.
@return [String]

@!attribute [rw] default_session_expiry_minutes

The default number of minutes allowed for proxy sessions.
@return [Integer]

@!attribute [rw] phone_number_pool_countries

The countries for proxy phone numbers to be selected from.
@return [Array<String>]

@!attribute [rw] fall_back_phone_number

The phone number to route calls to after a proxy session expires.
@return [String]

@!attribute [rw] disabled

When true, stops proxy sessions from being created on the specified
Amazon Chime Voice Connector.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorProxyRequest AWS API Documentation

Constants

SENSITIVE