Job Target Args
data class JobTargetArgs(val databaseName: Output<String>? = null, val elasticPoolName: Output<String>? = null, val membershipType: Output<JobTargetGroupMembershipType>? = null, val refreshCredential: Output<String>? = null, val serverName: Output<String>? = null, val shardMapName: Output<String>? = null, val type: Output<Either<String, JobTargetType>>) : ConvertibleToJava<JobTargetArgs>
A job target, for example a specific database or a container of databases that is evaluated during job execution.
Constructors
Link copied to clipboard
constructor(databaseName: Output<String>? = null, elasticPoolName: Output<String>? = null, membershipType: Output<JobTargetGroupMembershipType>? = null, refreshCredential: Output<String>? = null, serverName: Output<String>? = null, shardMapName: Output<String>? = null, type: Output<Either<String, JobTargetType>>)
Properties
Link copied to clipboard
The target database name.
Link copied to clipboard
The target elastic pool name.
Link copied to clipboard
Whether the target is included or excluded from the group.
Link copied to clipboard
The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
Link copied to clipboard
The target server name.
Link copied to clipboard
The target shard map.
Link copied to clipboard
The target type.