| 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.MemoryDb.Types.ShardConfigurationRequest
Description
Documentation
data ShardConfigurationRequest Source #
A request to configure the sharding properties of a cluster
See: newShardConfigurationRequest smart constructor.
Constructors
| ShardConfigurationRequest' | |
Fields
| |
Instances
newShardConfigurationRequest :: ShardConfigurationRequest Source #
Create a value of ShardConfigurationRequest 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:shardCount:ShardConfigurationRequest', shardConfigurationRequest_shardCount - The number of shards in the cluster
shardConfigurationRequest_shardCount :: Lens' ShardConfigurationRequest (Maybe Int) Source #
The number of shards in the cluster