class Aws::Chime::Types::EmergencyCallingConfiguration

The emergency calling configuration details associated with an Amazon Chime Voice Connector.

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

data as a hash:

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

@!attribute [rw] dnis

The Dialed Number Identification Service (DNIS) emergency calling
configuration details.
@return [Array<Types::DNISEmergencyCallingConfiguration>]

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

Constants

SENSITIVE