1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayCustomPluginStreaming
konnect 2.7.1 published on Thursday, May 1, 2025 by kong

konnect.getGatewayCustomPluginStreaming

Explore with Pulumi AI

konnect logo
konnect 2.7.1 published on Thursday, May 1, 2025 by kong

    Using getGatewayCustomPluginStreaming

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGatewayCustomPluginStreaming(args: GetGatewayCustomPluginStreamingArgs, opts?: InvokeOptions): Promise<GetGatewayCustomPluginStreamingResult>
    function getGatewayCustomPluginStreamingOutput(args: GetGatewayCustomPluginStreamingOutputArgs, opts?: InvokeOptions): Output<GetGatewayCustomPluginStreamingResult>
    def get_gateway_custom_plugin_streaming(control_plane_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetGatewayCustomPluginStreamingResult
    def get_gateway_custom_plugin_streaming_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetGatewayCustomPluginStreamingResult]
    func LookupGatewayCustomPluginStreaming(ctx *Context, args *LookupGatewayCustomPluginStreamingArgs, opts ...InvokeOption) (*LookupGatewayCustomPluginStreamingResult, error)
    func LookupGatewayCustomPluginStreamingOutput(ctx *Context, args *LookupGatewayCustomPluginStreamingOutputArgs, opts ...InvokeOption) LookupGatewayCustomPluginStreamingResultOutput

    > Note: This function is named LookupGatewayCustomPluginStreaming in the Go SDK.

    public static class GetGatewayCustomPluginStreaming 
    {
        public static Task<GetGatewayCustomPluginStreamingResult> InvokeAsync(GetGatewayCustomPluginStreamingArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayCustomPluginStreamingResult> Invoke(GetGatewayCustomPluginStreamingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayCustomPluginStreamingResult> getGatewayCustomPluginStreaming(GetGatewayCustomPluginStreamingArgs args, InvokeOptions options)
    public static Output<GetGatewayCustomPluginStreamingResult> getGatewayCustomPluginStreaming(GetGatewayCustomPluginStreamingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayCustomPluginStreaming:getGatewayCustomPluginStreaming
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayCustomPluginStreaming Result

    The following output properties are available:

    ControlPlaneId string
    CreatedAt double
    Handler string
    Id string
    Name string
    Schema string
    Tags List<string>
    UpdatedAt double
    ControlPlaneId string
    CreatedAt float64
    Handler string
    Id string
    Name string
    Schema string
    Tags []string
    UpdatedAt float64
    controlPlaneId String
    createdAt Double
    handler String
    id String
    name String
    schema String
    tags List<String>
    updatedAt Double
    controlPlaneId string
    createdAt number
    handler string
    id string
    name string
    schema string
    tags string[]
    updatedAt number
    control_plane_id str
    created_at float
    handler str
    id str
    name str
    schema str
    tags Sequence[str]
    updated_at float
    controlPlaneId String
    createdAt Number
    handler String
    id String
    name String
    schema String
    tags List<String>
    updatedAt Number

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.7.1 published on Thursday, May 1, 2025 by kong