AWSConnectDistribution

Objective-C

@interface AWSConnectDistribution

Swift

class AWSConnectDistribution

Information about a traffic distribution.

Required parameters: [Region, Percentage]

  • The percentage of the traffic that is distributed, in increments of 10.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable percentage;

    Swift

    var percentage: NSNumber? { get set }
  • The Amazon Web Services Region where the traffic is distributed.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable region;

    Swift

    var region: String? { get set }