class Aws::Chime::Types::DNISEmergencyCallingConfiguration

The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime Voice Connector's emergency calling configuration.

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

data as a hash:

    {
      emergency_phone_number: "E164PhoneNumber", # required
      test_phone_number: "E164PhoneNumber",
      calling_country: "Alpha2CountryCode", # required
    }

@!attribute [rw] emergency_phone_number

The DNIS phone number to route emergency calls to, in E.164 format.
@return [String]

@!attribute [rw] test_phone_number

The DNIS phone number to route test emergency calls to, in E.164
format.
@return [String]

@!attribute [rw] calling_country

The country from which emergency calls are allowed, in ISO 3166-1
alpha-2 format.
@return [String]

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

Constants

SENSITIVE