CustomerManagedKeyDetailsArgs

data class CustomerManagedKeyDetailsArgs(val kekIdentity: Output<KekIdentityPropertiesArgs>? = null, val key: Output<WorkspaceKeyDetailsArgs>? = null) : ConvertibleToJava<CustomerManagedKeyDetailsArgs>

Details of the customer managed key associated with the workspace

Constructors

Link copied to clipboard
constructor(kekIdentity: Output<KekIdentityPropertiesArgs>? = null, key: Output<WorkspaceKeyDetailsArgs>? = null)

Properties

Link copied to clipboard

Key encryption key

Link copied to clipboard
val key: Output<WorkspaceKeyDetailsArgs>? = null

The key object of the workspace

Functions

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