Use the UpdateDataSource
API operation to update a data source. To use this operation, you need the ID of the data source that you want to update. The data source ID is part of the data source URL in QuickSight. You can also use the ListDataSources
API operation to get the ID.
Following is an example AWS CLI command for this operation.
aws quicksight update-data-source --aws-account-id
AWSACCOUNTID
--data-source-idDATASOURCEID
You can also make this command using a CLI skeleton file with the following command. For more information about CLI skeleton files, see Use CLI skeleton files.
aws quicksight update-data-source --cli-input-json file://
updatedatasource
.json
For more information about the UpdateDataSource
API operation, see UpdateDataSource in the Amazon QuickSight API Reference.