AnonymousUserDashboardEmbeddingConfiguration
Information about the dashboard that you want to embed.
Contents
Note
In the following list, the required parameters are described first.
- InitialDashboardId
-
The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard.
The Amazon Resource Name (ARN) of this dashboard must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail withInvalidParameterValueException
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[\w\-]+
Required: Yes
- DisabledFeatures
-
A list of all disabled features of a specified anonymous dashboard.
Type: Array of strings
Valid Values:
SHARED_VIEW
Required: No
- EnabledFeatures
-
A list of all enabled features of a specified anonymous dashboard.
Type: Array of strings
Valid Values:
SHARED_VIEW
Required: No
- FeatureConfigurations
-
The feature configuration for an embedded dashboard.
Type: AnonymousUserDashboardFeatureConfigurations object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: