App Spec Worker Args
constructor(alerts: Output<List<AppSpecWorkerAlertArgs>>? = null, autoscaling: Output<AppSpecWorkerAutoscalingArgs>? = null, bitbucket: Output<AppSpecWorkerBitbucketArgs>? = null, buildCommand: Output<String>? = null, dockerfilePath: Output<String>? = null, environmentSlug: Output<String>? = null, envs: Output<List<AppSpecWorkerEnvArgs>>? = null, git: Output<AppSpecWorkerGitArgs>? = null, github: Output<AppSpecWorkerGithubArgs>? = null, gitlab: Output<AppSpecWorkerGitlabArgs>? = null, image: Output<AppSpecWorkerImageArgs>? = null, instanceCount: Output<Int>? = null, instanceSizeSlug: Output<String>? = null, logDestinations: Output<List<AppSpecWorkerLogDestinationArgs>>? = null, name: Output<String>, runCommand: Output<String>? = null, sourceDir: Output<String>? = null, termination: Output<AppSpecWorkerTerminationArgs>? = null)