AWSConnectGetTrafficDistributionResponse
Objective-C
@interface AWSConnectGetTrafficDistributionResponse
Swift
class AWSConnectGetTrafficDistributionResponse
-
The distribution of agents between the instance and its replica(s).
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectAgentConfig *_Nullable agentConfig;
Swift
var agentConfig: AWSConnectAgentConfig? { get set }
-
The Amazon Resource Name (ARN) of the traffic distribution group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectSignInConfig *_Nullable signInConfig;
Swift
var signInConfig: AWSConnectSignInConfig? { get set }
-
The distribution of traffic between the instance and its replicas.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectTelephonyConfig *_Nullable telephonyConfig;
Swift
var telephonyConfig: AWSConnectTelephonyConfig? { get set }