SseSpecificationPropertiesArgs

data class SseSpecificationPropertiesArgs(val customerManagedKeyEnabled: Output<Boolean>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<SseSpecificationPropertiesArgs>

The configuration options for customer provided KMS encryption.

Constructors

Link copied to clipboard
constructor(customerManagedKeyEnabled: Output<Boolean>? = null, kmsKeyArn: Output<String>? = null)

Properties

Link copied to clipboard
val customerManagedKeyEnabled: Output<Boolean>? = null

Whether to encrypt the policy with the provided key or disable encryption

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

KMS Key Arn used to encrypt the group policy

Functions

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