Flowhook
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:
organizations/{{org_id}}/environments/{{environment}}/flowhooks/{{flow_hook_point}}
{{org_id}}/{{environment}}/{{flow_hook_point}}
When using thepulumi import
command, Flowhook can be imported using one of the formats above. For example:
$ pulumi import gcp:apigee/flowhook:Flowhook default organizations/{{org_id}}/environments/{{environment}}/flowhooks/{{flow_hook_point}}
$ pulumi import gcp:apigee/flowhook:Flowhook default {{org_id}}/{{environment}}/{{flow_hook_point}}
Properties
Flag that specifies whether execution should continue if the flow hook throws an exception. Set to true to continue execution. Set to false to stop execution if the flow hook throws an exception. Defaults to true.
Description of the flow hook.
The resource ID of the environment.
Where in the API call flow the flow hook is invoked. Must be one of PreProxyFlowHook, PostProxyFlowHook, PreTargetFlowHook, or PostTargetFlowHook.
Id of the Sharedflow attaching to a flowhook point.