Start Task Args
constructor(commandLine: Output<String>? = null, containerSettings: Output<TaskContainerSettingsArgs>? = null, environmentSettings: Output<List<EnvironmentSettingArgs>>? = null, maxTaskRetryCount: Output<Int>? = null, resourceFiles: Output<List<ResourceFileArgs>>? = null, userIdentity: Output<UserIdentityArgs>? = null, waitForSuccess: Output<Boolean>? = null)