ResourceEncryptionConfigurationArgs

data class ResourceEncryptionConfigurationArgs(val customerManagedKeyEncryption: Output<CustomerManagedKeyEncryptionArgs>? = null) : ConvertibleToJava<ResourceEncryptionConfigurationArgs>

The encryption configuration for the online experimentation workspace resource.

Constructors

Link copied to clipboard
constructor(customerManagedKeyEncryption: Output<CustomerManagedKeyEncryptionArgs>? = null)

Properties

Link copied to clipboard

All Customer-managed key encryption properties for the resource.

Functions

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