LoadTestEncryptionArgs

data class LoadTestEncryptionArgs(val identity: Output<LoadTestEncryptionIdentityArgs>, val keyUrl: Output<String>) : ConvertibleToJava<LoadTestEncryptionArgs>

Constructors

Link copied to clipboard
constructor(identity: Output<LoadTestEncryptionIdentityArgs>, keyUrl: Output<String>)

Properties

Link copied to clipboard

An identity block as defined below. Changing this forces a new Load Test to be created.

Link copied to clipboard
val keyUrl: Output<String>

The URI specifying the Key vault and key to be used to encrypt data in this resource. The URI should include the key version. Changing this forces a new Load Test to be created.

Functions

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