ReplicaRegionResponse

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

Definition of ReplicaRegion

Constructors

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

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
val region: String? = null

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