aws / aws-sdk-js

AWS SDK for JavaScript in the browser and Node.js (In Maintenance Mode, End-of-Life on 09/08/2025). The AWS SDK for JavaScript v3 in the browser and Node.js is available here: https://github.com/aws/aws-sdk-js-v3
https://aws.amazon.com/developer/language/javascript/
Apache License 2.0
7.6k stars 1.55k forks source link

How to pass filter params for custom filter parameters to quicksightClient.generateEmbedUrlForRegisteredUser() #4611

Closed SinhaRakesh closed 7 months ago

SinhaRakesh commented 8 months ago

Describe the issue

How to pass filter params for custom filter, for generating embedded url for register user

my code is

quicksightClient.generateEmbedUrlForRegisteredUser( { AwsAccountId: "", ExperienceConfiguration: { Dashboard: { InitialDashboardId: "", }, }, UserArn: "", SessionLifetimeInMinutes: 100, }; )

Links

.//

aBurmeseDev commented 8 months ago

Hi @SinhaRakesh - thanks for reaching out.

It sounds like you're calling GenerateEmbedUrlForRegisteredUserCommand from quicksight client. Can you elaborate more on what you're trying to filter?

Please check out the documentation for your reference.

github-actions[bot] commented 8 months ago

This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing.