Proxy
public struct Proxy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default number of minutes allowed for proxy sessions.
Declaration
Swift
public let defaultSessionExpiryMinutes: Int?
-
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.
Declaration
Swift
public let disabled: Bool?
-
The phone number to route calls to after a proxy session expires.
Declaration
Swift
public let fallBackPhoneNumber: String?
-
The countries for proxy phone numbers to be selected from.
Declaration
Swift
public let phoneNumberCountries: [String]?
-
Undocumented
Declaration
Swift
public init(defaultSessionExpiryMinutes: Int? = nil, disabled: Bool? = nil, fallBackPhoneNumber: String? = nil, phoneNumberCountries: [String]? = nil)