Custom Service Args
constructor(docker: Output<DockerArgs>? = null, endpoints: Output<List<EndpointArgs>>? = null, environmentVariables: Output<Map<String, EnvironmentVariableArgs>>? = null, image: Output<ImageArgs>? = null, name: Output<String>? = null, volumes: Output<List<VolumeDefinitionArgs>>? = null)