Job Spec Args
constructor(activeDeadlineSeconds: Output<Int>? = null, backoffLimit: Output<Int>? = null, backoffLimitPerIndex: Output<Int>? = null, completionMode: Output<String>? = null, completions: Output<Int>? = null, managedBy: Output<String>? = null, manualSelector: Output<Boolean>? = null, maxFailedIndexes: Output<Int>? = null, parallelism: Output<Int>? = null, podFailurePolicy: Output<PodFailurePolicyArgs>? = null, podReplacementPolicy: Output<String>? = null, selector: Output<LabelSelectorArgs>? = null, successPolicy: Output<SuccessPolicyArgs>? = null, suspend: Output<Boolean>? = null, template: Output<PodTemplateSpecArgs>, ttlSecondsAfterFinished: Output<Int>? = null)