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