Flowhook Args
data class FlowhookArgs(val continueOnError: Output<Boolean>? = null, val description: Output<String>? = null, val environment: Output<String>? = null, val flowHookPoint: Output<String>? = null, val orgId: Output<String>? = null, val sharedflow: Output<String>? = null) : ConvertibleToJava<FlowhookArgs>
Represents a sharedflow attachment to a flowhook point. To get more information about Flowhook, see:
Import
Flowhook can be imported using any of these accepted formats
$ pulumi import gcp:apigee/flowhook:Flowhook default organizations/{{org_id}}/environments/{{environment}}/flowhooks/{{flow_hook_point}}
Content copied to clipboard
$ pulumi import gcp:apigee/flowhook:Flowhook default {{org_id}}/{{environment}}/{{flow_hook_point}}
Content copied to clipboard