Accessing via API data of type FILE in QuickSight

0

Hello,

I would like to update a Row Level Security rule by adding a new username using the Quicksight API. All RLS rules were initially created using the console and by uploading a file. Is it possible to update that file using the API? The datasource is set as FILE and i'm wondering if I can access and update that file via API. IF i can't, can I linked a RLS rule to a S3 file which i can update using the S3 api. thank you! G.

1 Antwort
0

Hi, @gm0x45.

Unfortunately it is not currently supported.

You need to use UpdateDataSet for updates, but its API doesn't support file type datasets.
https://docs.aws.amazon.com/cli/latest/reference/quicksight/update-data-set.html

I also need to use the DescribeDataSet to get the RowLevelPermission information in order to copy the rule to another dataset, but this API also doesn't support file type datasets.
https://docs.aws.amazon.com/cli/latest/reference/quicksight/describe-data-set.html

profile picture
EXPERTE
iwasa
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen