Command Job Args
constructor(codeId: Output<String>? = null, command: Output<String>, componentId: Output<String>? = null, computeId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, distribution: Output<Any>? = null, environmentId: Output<String>, environmentVariables: Output<Map<String, String>>? = null, experimentName: Output<String>? = null, identity: Output<Any>? = null, inputs: Output<Map<String, Any>>? = null, isArchived: Output<Boolean>? = null, jobType: Output<String>, limits: Output<CommandJobLimitsArgs>? = null, outputs: Output<Map<String, Any>>? = null, properties: Output<Map<String, String>>? = null, resources: Output<JobResourceConfigurationArgs>? = null, services: Output<Map<String, JobServiceArgs>>? = null, tags: Output<Map<String, String>>? = null)