DNISEmergencyCallingConfiguration

public struct DNISEmergencyCallingConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.

    Declaration

    Swift

    public let callingCountry: String
  • The DNIS phone number to route emergency calls to, in E.164 format.

    Declaration

    Swift

    public let emergencyPhoneNumber: String
  • The DNIS phone number to route test emergency calls to, in E.164 format.

    Declaration

    Swift

    public let testPhoneNumber: String?
  • Undocumented

    Declaration

    Swift

    public init(callingCountry: String, emergencyPhoneNumber: String, testPhoneNumber: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws