aws / aws-sdk-js

AWS SDK for JavaScript in the browser and Node.js
https://aws.amazon.com/developer/language/javascript/
Apache License 2.0
7.57k stars 1.55k forks source link

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

Closed SinhaRakesh closed 2 months ago

SinhaRakesh commented 3 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 3 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 2 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.