HTTPGetActionArgs

constructor(host: Output<String>? = null, httpHeaders: Output<List<HTTPHeaderArgs>>? = null, path: Output<String>? = null, port: Output<Either<Int, String>>, scheme: Output<String>? = null)