EncryptionWithCmkArgs

data class EncryptionWithCmkArgs(val enforcement: Output<SearchEncryptionWithCmk>? = null) : ConvertibleToJava<EncryptionWithCmkArgs>

Describes a policy that determines how resources within the search service are to be encrypted with Customer Managed Keys.

Constructors

Link copied to clipboard
constructor(enforcement: Output<SearchEncryptionWithCmk>? = null)

Properties

Link copied to clipboard

Describes how a search service should enforce having one or more non customer encrypted resources.

Functions

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