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
Constructors
Properties
Link copied to clipboard
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.
Link copied to clipboard
Description of the flow hook.
Link copied to clipboard
The resource ID of the environment.
Link copied to clipboard
Where in the API call flow the flow hook is invoked. Must be one of PreProxyFlowHook, PostProxyFlowHook, PreTargetFlowHook, or PostTargetFlowHook.
Link copied to clipboard
Id of the Sharedflow attaching to a flowhook point.