Account Encryption Args
    data class AccountEncryptionArgs(val identity: Output<ResourceIdentityArgs>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, val type: Output<Either<String, AccountEncryptionKeyType>>) : ConvertibleToJava<AccountEncryptionArgs> 
Defines how the Video Analyzer account is (optionally) encrypted.
Constructors
Link copied to clipboard
                fun AccountEncryptionArgs(identity: Output<ResourceIdentityArgs>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, type: Output<Either<String, AccountEncryptionKeyType>>)