| 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.Neptune.Types.ServerlessV2ScalingConfigurationInfo
Description
Synopsis
- data ServerlessV2ScalingConfigurationInfo = ServerlessV2ScalingConfigurationInfo' {}
- newServerlessV2ScalingConfigurationInfo :: ServerlessV2ScalingConfigurationInfo
- serverlessV2ScalingConfigurationInfo_maxCapacity :: Lens' ServerlessV2ScalingConfigurationInfo (Maybe Double)
- serverlessV2ScalingConfigurationInfo_minCapacity :: Lens' ServerlessV2ScalingConfigurationInfo (Maybe Double)
Documentation
data ServerlessV2ScalingConfigurationInfo Source #
Shows the scaling configuration for a Neptune Serverless DB cluster.
For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
See: newServerlessV2ScalingConfigurationInfo smart constructor.
Constructors
| ServerlessV2ScalingConfigurationInfo' | |
Fields
| |
Instances
newServerlessV2ScalingConfigurationInfo :: ServerlessV2ScalingConfigurationInfo Source #
Create a value of ServerlessV2ScalingConfigurationInfo 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:maxCapacity:ServerlessV2ScalingConfigurationInfo', serverlessV2ScalingConfigurationInfo_maxCapacity - The maximum number of Neptune capacity units (NCUs) for a DB instance in
a Neptune Serverless cluster. You can specify NCU values in half-step
increments, such as 40, 40.5, 41, and so on.
$sel:minCapacity:ServerlessV2ScalingConfigurationInfo', serverlessV2ScalingConfigurationInfo_minCapacity - The minimum number of Neptune capacity units (NCUs) for a DB instance in
a Neptune Serverless cluster. You can specify NCU values in half-step
increments, such as 8, 8.5, 9, and so on.
serverlessV2ScalingConfigurationInfo_maxCapacity :: Lens' ServerlessV2ScalingConfigurationInfo (Maybe Double) Source #
The maximum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on.
serverlessV2ScalingConfigurationInfo_minCapacity :: Lens' ServerlessV2ScalingConfigurationInfo (Maybe Double) Source #
The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on.