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 |
Documentation
data AddRegionAction Source #
Defines the Region and KMS key to add to the replication set.
See: newAddRegionAction
smart constructor.
AddRegionAction' | |
|
Instances
Create a value of AddRegionAction
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:sseKmsKeyId:AddRegionAction'
, addRegionAction_sseKmsKeyId
- The KMS key ID to use to encrypt your replication set.
$sel:regionName:AddRegionAction'
, addRegionAction_regionName
- The Region name to add to the replication set.
addRegionAction_sseKmsKeyId :: Lens' AddRegionAction (Maybe Text) Source #
The KMS key ID to use to encrypt your replication set.
addRegionAction_regionName :: Lens' AddRegionAction Text Source #
The Region name to add to the replication set.