quicksight_delete_data_source {paws.analytics} | R Documentation |
Deletes the data source permanently
Description
Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source.
See https://www.paws-r-sdk.com/docs/quicksight_delete_data_source/ for full documentation.
Usage
quicksight_delete_data_source(AwsAccountId, DataSourceId)
Arguments
AwsAccountId |
[required] The Amazon Web Services account ID. |
DataSourceId |
[required] The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. |
[Package paws.analytics version 0.9.0 Index]