DomainEncryptionAtRestOptionsArgs

data class DomainEncryptionAtRestOptionsArgs(val enabled: Output<Boolean>? = null, val kmsKeyId: Output<String>? = null) : ConvertibleToJava<DomainEncryptionAtRestOptionsArgs>

Constructors

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

Properties

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

Specify true to enable encryption at rest. Required if you enable fine-grained access control in AdvancedSecurityOptionsInput . If no encryption at rest options were initially specified in the template, updating this property by adding it causes no interruption. However, if you change this property after it's already been set within a template, the domain is deleted and recreated in order to modify the property.

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

The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a . Required if you enable encryption at rest. You can also use keyAlias as a value. If no encryption at rest options were initially specified in the template, updating this property by adding it causes no interruption. However, if you change this property after it's already been set within a template, the domain is deleted and recreated in order to modify the property.

Functions

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