AppSpecJobArgs

constructor(alerts: Output<List<AppSpecJobAlertArgs>>? = null, bitbucket: Output<AppSpecJobBitbucketArgs>? = null, buildCommand: Output<String>? = null, dockerfilePath: Output<String>? = null, environmentSlug: Output<String>? = null, envs: Output<List<AppSpecJobEnvArgs>>? = null, git: Output<AppSpecJobGitArgs>? = null, github: Output<AppSpecJobGithubArgs>? = null, gitlab: Output<AppSpecJobGitlabArgs>? = null, image: Output<AppSpecJobImageArgs>? = null, instanceCount: Output<Int>? = null, instanceSizeSlug: Output<String>? = null, kind: Output<String>? = null, logDestinations: Output<List<AppSpecJobLogDestinationArgs>>? = null, name: Output<String>, runCommand: Output<String>? = null, sourceDir: Output<String>? = null, termination: Output<AppSpecJobTerminationArgs>? = null)