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.AthenaParameters

Description

 
Synopsis

Documentation

data AthenaParameters Source #

Parameters for Amazon Athena.

See: newAthenaParameters smart constructor.

Constructors

AthenaParameters' 

Fields

  • roleArn :: Maybe Text

    Use the RoleArn structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.

  • workGroup :: Maybe Text

    The workgroup that Amazon Athena uses.

Instances

Instances details
FromJSON AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

ToJSON AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Generic AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Associated Types

type Rep AthenaParameters :: Type -> Type #

Read AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Show AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

NFData AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Methods

rnf :: AthenaParameters -> () #

Eq AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Hashable AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

type Rep AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

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

newAthenaParameters :: AthenaParameters Source #

Create a value of AthenaParameters 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:roleArn:AthenaParameters', athenaParameters_roleArn - Use the RoleArn structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.

$sel:workGroup:AthenaParameters', athenaParameters_workGroup - The workgroup that Amazon Athena uses.

athenaParameters_roleArn :: Lens' AthenaParameters (Maybe Text) Source #

Use the RoleArn structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.

athenaParameters_workGroup :: Lens' AthenaParameters (Maybe Text) Source #

The workgroup that Amazon Athena uses.