PipelineEncryptionAtRestOptionsArgs

data class PipelineEncryptionAtRestOptionsArgs(val kmsKeyArn: Output<String>) : ConvertibleToJava<PipelineEncryptionAtRestOptionsArgs>

Key-value pairs to configure encryption at rest.

Constructors

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

Properties

Link copied to clipboard
val kmsKeyArn: Output<String>

The KMS key to use for encrypting data. By default an AWS owned key is used

Functions

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