ReplicaRegionType¶
Structure Class¶
ReplicaRegionType
dataclass
¶
A custom type that specifies a Region and the KmsKeyId for a replica
secret.
Attributes¶
kms_key_id
class-attribute
instance-attribute
¶
kms_key_id: str | None = None
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.
region
class-attribute
instance-attribute
¶
region: str | None = None
A Region code. For a list of Region codes, see Name and code of Regions.