| 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 |
Amazonka.SecretsManager.Types.ReplicaRegionType
Description
Documentation
data ReplicaRegionType Source #
(Optional) Custom type consisting of a Region (required) and the
KmsKeyId which can be an ARN, Key ID, or Alias.
See: newReplicaRegionType smart constructor.
Constructors
| ReplicaRegionType' | |
Instances
newReplicaRegionType :: ReplicaRegionType Source #
Create a value of ReplicaRegionType 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:kmsKeyId:ReplicaRegionType', replicaRegionType_kmsKeyId - Can be an ARN, Key ID, or Alias.
$sel:region:ReplicaRegionType', replicaRegionType_region - Describes a single instance of Region objects.
replicaRegionType_kmsKeyId :: Lens' ReplicaRegionType (Maybe Text) Source #
Can be an ARN, Key ID, or Alias.
replicaRegionType_region :: Lens' ReplicaRegionType (Maybe Text) Source #
Describes a single instance of Region objects.