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
PT1H
Format
duration
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]