ReplicationSetRegionArgs

data class ReplicationSetRegionArgs(val kmsKeyArn: Output<String>? = null, val name: Output<String>, val status: Output<String>? = null, val statusMessage: Output<String>? = null) : ConvertibleToJava<ReplicationSetRegionArgs>

Constructors

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

Properties

Link copied to clipboard
val kmsKeyArn: Output<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
val name: Output<String>

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

Link copied to clipboard
val status: Output<String>? = null

The current status of the Region.

Link copied to clipboard
val statusMessage: Output<String>? = null

More information about the status of a Region.

Functions

Link copied to clipboard
open override fun toJava(): ReplicationSetRegionArgs