AppSpecServiceArgs

constructor(alerts: Output<List<AppSpecServiceAlertArgs>>? = null, autoscaling: Output<AppSpecServiceAutoscalingArgs>? = null, bitbucket: Output<AppSpecServiceBitbucketArgs>? = null, buildCommand: Output<String>? = null, cors: Output<AppSpecServiceCorsArgs>? = null, dockerfilePath: Output<String>? = null, environmentSlug: Output<String>? = null, envs: Output<List<AppSpecServiceEnvArgs>>? = null, git: Output<AppSpecServiceGitArgs>? = null, github: Output<AppSpecServiceGithubArgs>? = null, gitlab: Output<AppSpecServiceGitlabArgs>? = null, healthCheck: Output<AppSpecServiceHealthCheckArgs>? = null, httpPort: Output<Int>? = null, image: Output<AppSpecServiceImageArgs>? = null, instanceCount: Output<Int>? = null, instanceSizeSlug: Output<String>? = null, internalPorts: Output<List<Int>>? = null, logDestinations: Output<List<AppSpecServiceLogDestinationArgs>>? = null, name: Output<String>, routes: Output<List<AppSpecServiceRouteArgs>>? = null, runCommand: Output<String>? = null, sourceDir: Output<String>? = null, termination: Output<AppSpecServiceTerminationArgs>? = null)