SecretReplicaRegion

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

A custom type that specifies a Region and the KmsKeyId for a replica secret.

Constructors

Link copied to clipboard
fun SecretReplicaRegion(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

(Optional) A string that represents a Region, for example "us-east-1".