| 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.OpenSearch.Types.AdditionalLimit
Description
Synopsis
Documentation
data AdditionalLimit Source #
List of limits that are specific to a given instance type.
See: newAdditionalLimit smart constructor.
Constructors
| AdditionalLimit' | |
Fields
| |
Instances
newAdditionalLimit :: AdditionalLimit Source #
Create a value of AdditionalLimit 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:limitName:AdditionalLimit', additionalLimit_limitName - - MaximumNumberOfDataNodesSupported - This attribute only applies to
master nodes and specifies the maximum number of data nodes of a
given instance type a master node can support.
MaximumNumberOfDataNodesWithoutMasterNode- This attribute only applies to data nodes and specifies the maximum number of data nodes of a given instance type can exist without a master node governing them.
$sel:limitValues:AdditionalLimit', additionalLimit_limitValues - The values of the additional instance type limits.
additionalLimit_limitName :: Lens' AdditionalLimit (Maybe Text) Source #
MaximumNumberOfDataNodesSupported- This attribute only applies to master nodes and specifies the maximum number of data nodes of a given instance type a master node can support.MaximumNumberOfDataNodesWithoutMasterNode- This attribute only applies to data nodes and specifies the maximum number of data nodes of a given instance type can exist without a master node governing them.
additionalLimit_limitValues :: Lens' AdditionalLimit (Maybe [Text]) Source #
The values of the additional instance type limits.