AWSConnectAssociateAnalyticsDataSetRequest

Objective-C

@interface AWSConnectAssociateAnalyticsDataSetRequest

Swift

class AWSConnectAssociateAnalyticsDataSetRequest
  • The identifier of the dataset to associate with the target account.

    Declaration

    Objective-C

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

    Swift

    var dataSetId: 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 }