ValidateMongoDbTaskPropertiesArgs

data class ValidateMongoDbTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val input: Output<MongoDbMigrationSettingsArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<ValidateMongoDbTaskPropertiesArgs>

Properties for the task that validates a migration between MongoDB data sources

Constructors

Link copied to clipboard
constructor(clientData: Output<Map<String, String>>? = null, input: Output<MongoDbMigrationSettingsArgs>? = null, taskType: Output<String>)

Properties

Link copied to clipboard
val clientData: Output<Map<String, String>>? = null

Key value pairs of client data to attach meta data information to task

Link copied to clipboard
val input: Output<MongoDbMigrationSettingsArgs>? = null

Describes how a MongoDB data migration should be performed

Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'Validate.MongoDb'.

Functions

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