SecretReplicaRegion

data class SecretReplicaRegion(val kmsKeyId: String? = null, val region: String)

Specifies a `Region` and the `KmsKeyId` for a replica secret.

Constructors

Link copied to clipboard
constructor(kmsKeyId: String? = null, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

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`.

Link copied to clipboard

A string that represents a `Region`, for example "us-east-1".