Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AnonymousUserDashboardEmbeddingConfiguration = AnonymousUserDashboardEmbeddingConfiguration' {}
- newAnonymousUserDashboardEmbeddingConfiguration :: Text -> AnonymousUserDashboardEmbeddingConfiguration
- anonymousUserDashboardEmbeddingConfiguration_initialDashboardId :: Lens' AnonymousUserDashboardEmbeddingConfiguration Text
Documentation
data AnonymousUserDashboardEmbeddingConfiguration Source #
Information about the dashboard that you want to embed.
See: newAnonymousUserDashboardEmbeddingConfiguration
smart constructor.
AnonymousUserDashboardEmbeddingConfiguration' | |
|
Instances
newAnonymousUserDashboardEmbeddingConfiguration Source #
:: Text |
|
-> AnonymousUserDashboardEmbeddingConfiguration |
Create a value of AnonymousUserDashboardEmbeddingConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:initialDashboardId:AnonymousUserDashboardEmbeddingConfiguration'
, anonymousUserDashboardEmbeddingConfiguration_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
with InvalidParameterValueException
.
anonymousUserDashboardEmbeddingConfiguration_initialDashboardId :: Lens' AnonymousUserDashboardEmbeddingConfiguration Text Source #
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
with InvalidParameterValueException
.