Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ReplicationPendingModifiedValues = ReplicationPendingModifiedValues' {}
- newReplicationPendingModifiedValues :: ReplicationPendingModifiedValues
- replicationPendingModifiedValues_engineVersion :: Lens' ReplicationPendingModifiedValues (Maybe Text)
- replicationPendingModifiedValues_multiAZ :: Lens' ReplicationPendingModifiedValues (Maybe Bool)
- replicationPendingModifiedValues_allocatedStorage :: Lens' ReplicationPendingModifiedValues (Maybe Int)
- replicationPendingModifiedValues_replicationInstanceClass :: Lens' ReplicationPendingModifiedValues (Maybe Text)
Documentation
data ReplicationPendingModifiedValues Source #
Provides information about the values of pending modifications to a replication instance. This data type is an object of the ReplicationInstance user-defined data type.
See: newReplicationPendingModifiedValues
smart constructor.
ReplicationPendingModifiedValues' | |
|
Instances
newReplicationPendingModifiedValues :: ReplicationPendingModifiedValues Source #
Create a value of ReplicationPendingModifiedValues
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:engineVersion:ReplicationPendingModifiedValues'
, replicationPendingModifiedValues_engineVersion
- The engine version number of the replication instance.
$sel:multiAZ:ReplicationPendingModifiedValues'
, replicationPendingModifiedValues_multiAZ
- Specifies whether the replication instance is a Multi-AZ deployment. You
can't set the AvailabilityZone
parameter if the Multi-AZ parameter is
set to true
.
$sel:allocatedStorage:ReplicationPendingModifiedValues'
, replicationPendingModifiedValues_allocatedStorage
- The amount of storage (in gigabytes) that is allocated for the
replication instance.
$sel:replicationInstanceClass:ReplicationPendingModifiedValues'
, replicationPendingModifiedValues_replicationInstanceClass
- The compute and memory capacity of the replication instance as defined
for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
replicationPendingModifiedValues_engineVersion :: Lens' ReplicationPendingModifiedValues (Maybe Text) Source #
The engine version number of the replication instance.
replicationPendingModifiedValues_multiAZ :: Lens' ReplicationPendingModifiedValues (Maybe Bool) Source #
Specifies whether the replication instance is a Multi-AZ deployment. You
can't set the AvailabilityZone
parameter if the Multi-AZ parameter is
set to true
.
replicationPendingModifiedValues_allocatedStorage :: Lens' ReplicationPendingModifiedValues (Maybe Int) Source #
The amount of storage (in gigabytes) that is allocated for the replication instance.
replicationPendingModifiedValues_replicationInstanceClass :: Lens' ReplicationPendingModifiedValues (Maybe Text) Source #
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.