connect_disassociate_analytics_data_set {paws.customer.engagement} | R Documentation |
Removes the dataset ID associated with a given Amazon Connect instance
Description
Removes the dataset ID associated with a given Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_disassociate_analytics_data_set/ for full documentation.
Usage
connect_disassociate_analytics_data_set(
InstanceId,
DataSetId,
TargetAccountId = NULL
)
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 remove. |
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. |
[Package paws.customer.engagement version 0.9.0 Index]