ReplicationSetRegionConfigurationArgs

data class ReplicationSetRegionConfigurationArgs(val sseKmsKeyId: Output<String>) : ConvertibleToJava<ReplicationSetRegionConfigurationArgs>

The ReplicationSet regional configuration.

Constructors

Link copied to clipboard
constructor(sseKmsKeyId: Output<String>)

Properties

Link copied to clipboard
val sseKmsKeyId: Output<String>

The AWS Key Management Service key ID or Key Alias to use to encrypt your replication set.

Functions

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