AWSConnectBatchAssociateAnalyticsDataSetRequest
Objective-C
@interface AWSConnectBatchAssociateAnalyticsDataSetRequest
Swift
class AWSConnectBatchAssociateAnalyticsDataSetRequest
-
An array of dataset identifiers to associate.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable dataSetIds;
Swift
var dataSetIds: [String]? { get set }
-
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable targetAccountId;
Swift
var targetAccountId: String? { get set }