Flowhook

class Flowhook : KotlinCustomResource

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 the pulumi 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

Link copied to clipboard
val continueOnError: Output<Boolean>?

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
val description: Output<String>?

Description of the flow hook.

Link copied to clipboard
val environment: Output<String>

The resource ID of the environment.

Link copied to clipboard
val flowHookPoint: Output<String>

Where in the API call flow the flow hook is invoked. Must be one of PreProxyFlowHook, PostProxyFlowHook, PreTargetFlowHook, or PostTargetFlowHook.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val orgId: Output<String>

The Apigee Organization associated with the environment

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sharedflow: Output<String>

Id of the Sharedflow attaching to a flowhook point.

Link copied to clipboard
val urn: Output<String>