Encryption Properties Args
data class EncryptionPropertiesArgs(val identity: Output<EncryptionPropertiesIdentityArgs>? = null, val keyUrl: Output<String>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>
Key and identity details for Customer Managed Key encryption of load test resource.
Constructors
Link copied to clipboard
constructor(identity: Output<EncryptionPropertiesIdentityArgs>? = null, keyUrl: Output<String>? = null)