AWSConnectTrafficDistributionGroup
Objective-C
@interface AWSConnectTrafficDistributionGroup
                Swift
class AWSConnectTrafficDistributionGroup
                Information about a traffic distribution group.
- 
                  
                  
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 description of the traffic distribution group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: 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 Amazon Resource Name (ARN).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceArn;Swift
var instanceArn: String? { get set } - 
                  
                  
Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the
DeleteTrafficDistributionGroupAPI. The default traffic distribution group is deleted as part of the process for deleting a replica.The
SignInConfigdistribution is available only on a defaultTrafficDistributionGroup(see theIsDefaultparameter in the TrafficDistributionGroup data type). If you callUpdateTrafficDistributionwith a modifiedSignInConfigand a non-defaultTrafficDistributionGroup, anInvalidRequestExceptionis returned.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable isDefault;Swift
var isDefault: NSNumber? { get set } - 
                  
                  
The name of the traffic distribution group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } - 
                  
                  
The status of the traffic distribution group.
CREATION_IN_PROGRESSmeans the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed.ACTIVEmeans the previous CreateTrafficDistributionGroup operation has succeeded.CREATION_FAILEDindicates that the previous CreateTrafficDistributionGroup operation has failed.PENDING_DELETIONmeans the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed.DELETION_FAILEDmeans the previous DeleteTrafficDistributionGroup operation has failed.UPDATE_IN_PROGRESSmeans the previous UpdateTrafficDistribution operation is still in progress and has not yet completed.
Declaration
Objective-C
@property (nonatomic) AWSConnectTrafficDistributionGroupStatus status;Swift
var status: AWSConnectTrafficDistributionGroupStatus { get set } - 
                  
                  
The tags used to organize, track, or control access for this resource. For example, { “Tags”: {“key1”:“value1”, “key2”:“value2”} }.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;Swift
var tags: [String : String]? { get set } 
View on GitHub
Install in Dash
        AWSConnectTrafficDistributionGroup Class Reference