ReplicationSetRegion

data class ReplicationSetRegion(val kmsKeyArn: String? = null, val name: String, val status: String? = null, val statusMessage: String? = null)

Constructors

Link copied to clipboard
constructor(kmsKeyArn: String? = null, name: String, status: String? = null, statusMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyArn: String? = null

The Amazon Resource name (ARN) of the customer managed key. If omitted, AWS manages the AWS KMS keys for you, using an AWS owned key, as indicated by a default value of DefaultKey. The following arguments are optional:

Link copied to clipboard

The name of the Region, such as ap-southeast-2.

Link copied to clipboard
val status: String? = null

The current status of the Region.

Link copied to clipboard
val statusMessage: String? = null

More information about the status of a Region.