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 |
Documentation
data ReplicaRegionType Source #
A custom type that specifies a Region
and the KmsKeyId
for a replica
secret.
See: newReplicaRegionType
smart constructor.
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
- The ARN, key ID, or alias of the KMS key to encrypt the secret. If you
don't include this field, Secrets Manager uses aws/secretsmanager
.
$sel:region:ReplicaRegionType'
, replicaRegionType_region
- A Region code. For a list of Region codes, see
Name and code of Regions.
replicaRegionType_kmsKeyId :: Lens' ReplicaRegionType (Maybe Text) Source #
The ARN, key ID, or alias of the KMS key to encrypt the secret. If you
don't include this field, Secrets Manager uses aws/secretsmanager
.
replicaRegionType_region :: Lens' ReplicaRegionType (Maybe Text) Source #
A Region code. For a list of Region codes, see Name and code of Regions.