AWSConnectNotificationRecipientType
Objective-C
@interface AWSConnectNotificationRecipientType
Swift
class AWSConnectNotificationRecipientType
The type of notification recipient.
-
A list of user IDs.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable userIds;
Swift
var userIds: [String]? { get set }
-
The tags used to organize, track, or control access for this resource. For example, { “Tags”: {“key1”:“value1”, “key2”:“value2”} }. Amazon Connect users with the specified tags will be notified.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable userTags;
Swift
var userTags: [String : String]? { get set }