AssociatePhoneNumbersWithVoiceConnectorRequest
public struct AssociatePhoneNumbersWithVoiceConnectorRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of phone numbers, in E.164 format.
Declaration
Swift
public let e164PhoneNumbers: [String]
-
If true, associates the provided phone numbers with the provided Amazon Chime Voice Connector and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.
Declaration
Swift
public let forceAssociate: Bool?
-
The Amazon Chime Voice Connector ID.
Declaration
Swift
public let voiceConnectorId: String
-
Undocumented
Declaration
Swift
public init(e164PhoneNumbers: [String], forceAssociate: Bool? = nil, voiceConnectorId: String)
-
Declaration
Swift
public func validate(name: String) throws