HttpFunction
HttpFunction
yaml
type: "io.kestra.plugin.gcp.function.HttpFunction"Examples
yaml
id: test_gcp_function
namespace: com.company.test.gcp
tasks:
- id: get_hello_json
type: io.kestra.plugin.gcp.function.HttpFunction
httpMethod: GET
url: https://my-function.europe-west9.run.app
Properties
httpMethod *Requiredstring
url *Requiredstring
httpBody object
Default
{}impersonatedServiceAccount string
maxDuration string
Default
PT1HFormat
durationprojectId string
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]