| 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.DocumentDB.Types.EngineDefaults
Description
Documentation
data EngineDefaults Source #
Contains the result of a successful invocation of the
DescribeEngineDefaultClusterParameters operation.
See: newEngineDefaults smart constructor.
Constructors
| EngineDefaults' | |
Fields
| |
Instances
newEngineDefaults :: EngineDefaults Source #
Create a value of EngineDefaults 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:dbParameterGroupFamily:EngineDefaults', engineDefaults_dbParameterGroupFamily - The name of the cluster parameter group family to return the engine
parameter information for.
$sel:marker:EngineDefaults', engineDefaults_marker - An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords.
$sel:parameters:EngineDefaults', engineDefaults_parameters - The parameters of a particular cluster parameter group family.
engineDefaults_dbParameterGroupFamily :: Lens' EngineDefaults (Maybe Text) Source #
The name of the cluster parameter group family to return the engine parameter information for.
engineDefaults_marker :: Lens' EngineDefaults (Maybe Text) Source #
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords.
engineDefaults_parameters :: Lens' EngineDefaults (Maybe [Parameter]) Source #
The parameters of a particular cluster parameter group family.