Job Args
constructor(containerAppEnvironmentId: Output<String>? = null, eventTriggerConfig: Output<JobEventTriggerConfigArgs>? = null, identity: Output<JobIdentityArgs>? = null, location: Output<String>? = null, manualTriggerConfig: Output<JobManualTriggerConfigArgs>? = null, name: Output<String>? = null, registries: Output<List<JobRegistryArgs>>? = null, replicaRetryLimit: Output<Int>? = null, replicaTimeoutInSeconds: Output<Int>? = null, resourceGroupName: Output<String>? = null, scheduleTriggerConfig: Output<JobScheduleTriggerConfigArgs>? = null, secrets: Output<List<JobSecretArgs>>? = null, tags: Output<Map<String, String>>? = null, template: Output<JobTemplateArgs>? = null, workloadProfileName: Output<String>? = null)