amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Description

 
Synopsis

Documentation

data AnonymousUserQSearchBarEmbeddingConfiguration Source #

The settings that you want to use with the Q search bar.

See: newAnonymousUserQSearchBarEmbeddingConfiguration smart constructor.

Constructors

AnonymousUserQSearchBarEmbeddingConfiguration' 

Fields

  • initialTopicId :: Text

    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.

Instances

Instances details
ToJSON AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Generic AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Read AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Show AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

NFData AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Eq AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Hashable AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

type Rep AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

type Rep AnonymousUserQSearchBarEmbeddingConfiguration = D1 ('MetaData "AnonymousUserQSearchBarEmbeddingConfiguration" "Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnonymousUserQSearchBarEmbeddingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initialTopicId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAnonymousUserQSearchBarEmbeddingConfiguration Source #

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.