Encryption Property Args
    data class EncryptionPropertyArgs(val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, val status: Output<Either<String, EncryptionStatus>>? = null) : ConvertibleToJava<EncryptionPropertyArgs> 
Constructors
Link copied to clipboard
                fun EncryptionPropertyArgs(keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, status: Output<Either<String, EncryptionStatus>>? = null)