PoolStartTaskUserIdentityArgs

data class PoolStartTaskUserIdentityArgs(val autoUser: Output<PoolStartTaskUserIdentityAutoUserArgs>? = null, val userName: Output<String>? = null) : ConvertibleToJava<PoolStartTaskUserIdentityArgs>

Constructors

Link copied to clipboard
constructor(autoUser: Output<PoolStartTaskUserIdentityAutoUserArgs>? = null, userName: Output<String>? = null)

Properties

Link copied to clipboard

A auto_user block that describes the user identity under which the start task runs as defined below.

Link copied to clipboard
val userName: Output<String>? = null

The username to be used by the Batch pool start task.

Functions

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