Is it possible to fetch all possible values for a given parameter? I see getParameters returns all of the parameters and their currently selected value, but I would like to be able to fetch all of the options available to the dashboard user.
My use case is that we have a very large number of parameter values which change based on user permissions and other applied filters, but would like the option to build custom select elements for the parameters outside of the embedding. Similar to what is demoed in https://developer.quicksight.aws/embedSample/custom with the custom Company and Region drop-downs, but without having to populate the options through some custom means.
Is it possible to fetch all possible values for a given parameter? I see getParameters returns all of the parameters and their currently selected value, but I would like to be able to fetch all of the options available to the dashboard user.
My use case is that we have a very large number of parameter values which change based on user permissions and other applied filters, but would like the option to build custom select elements for the parameters outside of the embedding. Similar to what is demoed in https://developer.quicksight.aws/embedSample/custom with the custom Company and Region drop-downs, but without having to populate the options through some custom means.