| 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 |
Amazonka.QuickSight.Types.AthenaParameters
Description
Documentation
data AthenaParameters Source #
Parameters for Amazon Athena.
See: newAthenaParameters smart constructor.
Constructors
| AthenaParameters' | |
Fields
| |
Instances
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.