TaskSpecArgs

constructor(computeResource: Output<ComputeResourceArgs>? = null, environment: Output<EnvironmentArgs>? = null, environments: Output<Map<String, String>>? = null, lifecyclePolicies: Output<List<LifecyclePolicyArgs>>? = null, maxRetryCount: Output<Int>? = null, maxRunDuration: Output<String>? = null, runnables: Output<List<RunnableArgs>>? = null, volumes: Output<List<VolumeArgs>>? = null)