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 |
Documentation
data AquaConfiguration Source #
The AQUA (Advanced Query Accelerator) configuration of the cluster.
See: newAquaConfiguration
smart constructor.
AquaConfiguration' | |
|
Instances
newAquaConfiguration :: AquaConfiguration Source #
Create a value of AquaConfiguration
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:aquaConfigurationStatus:AquaConfiguration'
, aquaConfiguration_aquaConfigurationStatus
- The value represents how the cluster is configured to use AQUA. Possible
values include the following.
- enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
- disabled - Don't use AQUA.
- auto - Amazon Redshift determines whether to use AQUA.
$sel:aquaStatus:AquaConfiguration'
, aquaConfiguration_aquaStatus
- The value indicates the status of AQUA on the cluster. Possible values
include the following.
- enabled - AQUA is enabled.
- disabled - AQUA is not enabled.
- applying - AQUA status is being applied.
aquaConfiguration_aquaConfigurationStatus :: Lens' AquaConfiguration (Maybe AquaConfigurationStatus) Source #
The value represents how the cluster is configured to use AQUA. Possible values include the following.
- enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
- disabled - Don't use AQUA.
- auto - Amazon Redshift determines whether to use AQUA.
aquaConfiguration_aquaStatus :: Lens' AquaConfiguration (Maybe AquaStatus) Source #
The value indicates the status of AQUA on the cluster. Possible values include the following.
- enabled - AQUA is enabled.
- disabled - AQUA is not enabled.
- applying - AQUA status is being applied.