Volume Group Encryption Args
data class VolumeGroupEncryptionArgs(val currentVersionedKeyExpirationTimestamp: Output<String>? = null, val currentVersionedKeyId: Output<String>? = null, val keyVaultKeyId: Output<String>, val lastKeyRotationTimestamp: Output<String>? = null, val userAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<VolumeGroupEncryptionArgs>
Properties
Link copied to clipboard
The timestamp of the expiration time for the current version of the customer managed key.
Link copied to clipboard
The ID of the current versioned Key Vault Key in use.
Link copied to clipboard
The Key Vault key URI for Customer Managed Key encryption, which can be either a full URI or a versionless URI.
Link copied to clipboard
The timestamp of the last rotation of the Key Vault Key.
Link copied to clipboard
The ID of the User Assigned Identity used by this Elastic SAN Volume Group.