HttpRequestArgs

constructor(authentication: Output<Any>? = null, body: Output<String>? = null, headers: Output<Map<String, String>>? = null, method: Output<String>? = null, uri: Output<String>? = null)