Skip to content

Associate Analytics Data Set

connect_associate_analytics_data_set R Documentation

Associates the specified dataset for a Amazon Connect instance with the target account

Description

Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call.

Usage

connect_associate_analytics_data_set(InstanceId, DataSetId,
  TargetAccountId)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

DataSetId

[required] The identifier of the dataset to associate with the target account.

TargetAccountId

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.

Value

A list with the following syntax:

list(
  DataSetId = "string",
  TargetAccountId = "string",
  ResourceShareId = "string",
  ResourceShareArn = "string"
)

Request syntax

svc$associate_analytics_data_set(
  InstanceId = "string",
  DataSetId = "string",
  TargetAccountId = "string"
)