| 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.DynamoDB.Types.TableAutoScalingDescription
Description
Synopsis
- data TableAutoScalingDescription = TableAutoScalingDescription' {}
- newTableAutoScalingDescription :: TableAutoScalingDescription
- tableAutoScalingDescription_replicas :: Lens' TableAutoScalingDescription (Maybe [ReplicaAutoScalingDescription])
- tableAutoScalingDescription_tableName :: Lens' TableAutoScalingDescription (Maybe Text)
- tableAutoScalingDescription_tableStatus :: Lens' TableAutoScalingDescription (Maybe TableStatus)
Documentation
data TableAutoScalingDescription Source #
Represents the auto scaling configuration for a global table.
See: newTableAutoScalingDescription smart constructor.
Constructors
| TableAutoScalingDescription' | |
Fields
| |
Instances
newTableAutoScalingDescription :: TableAutoScalingDescription Source #
Create a value of TableAutoScalingDescription 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:replicas:TableAutoScalingDescription', tableAutoScalingDescription_replicas - Represents replicas of the global table.
$sel:tableName:TableAutoScalingDescription', tableAutoScalingDescription_tableName - The name of the table.
$sel:tableStatus:TableAutoScalingDescription', tableAutoScalingDescription_tableStatus - The current state of the table:
CREATING- The table is being created.UPDATING- The table is being updated.DELETING- The table is being deleted.ACTIVE- The table is ready for use.
tableAutoScalingDescription_replicas :: Lens' TableAutoScalingDescription (Maybe [ReplicaAutoScalingDescription]) Source #
Represents replicas of the global table.
tableAutoScalingDescription_tableName :: Lens' TableAutoScalingDescription (Maybe Text) Source #
The name of the table.
tableAutoScalingDescription_tableStatus :: Lens' TableAutoScalingDescription (Maybe TableStatus) Source #
The current state of the table:
CREATING- The table is being created.UPDATING- The table is being updated.DELETING- The table is being deleted.ACTIVE- The table is ready for use.