Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data AnonymousUserQSearchBarEmbeddingConfiguration = AnonymousUserQSearchBarEmbeddingConfiguration' {}
- newAnonymousUserQSearchBarEmbeddingConfiguration :: Text -> AnonymousUserQSearchBarEmbeddingConfiguration
- anonymousUserQSearchBarEmbeddingConfiguration_initialTopicId :: Lens' AnonymousUserQSearchBarEmbeddingConfiguration Text
Documentation
data AnonymousUserQSearchBarEmbeddingConfiguration Source #
The settings that you want to use with the Q search bar.
See: newAnonymousUserQSearchBarEmbeddingConfiguration
smart constructor.
AnonymousUserQSearchBarEmbeddingConfiguration' | |
|
Instances
newAnonymousUserQSearchBarEmbeddingConfiguration Source #
:: Text |
|
-> AnonymousUserQSearchBarEmbeddingConfiguration |
Create a value of AnonymousUserQSearchBarEmbeddingConfiguration
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:initialTopicId:AnonymousUserQSearchBarEmbeddingConfiguration'
, anonymousUserQSearchBarEmbeddingConfiguration_initialTopicId
- The QuickSight Q topic ID of the topic that you want the anonymous user
to see first. This ID is included in the output URL. When the URL in
response is accessed, Amazon QuickSight renders the Q search bar with
this topic pre-selected.
The Amazon Resource Name (ARN) of this Q topic must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail
with InvalidParameterValueException
.
anonymousUserQSearchBarEmbeddingConfiguration_initialTopicId :: Lens' AnonymousUserQSearchBarEmbeddingConfiguration Text Source #
The QuickSight Q topic ID of the topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this topic pre-selected.
The Amazon Resource Name (ARN) of this Q topic must be included in the
AuthorizedResourceArns
parameter. Otherwise, the request will fail
with InvalidParameterValueException
.