konnect 2.7.1 published on Thursday, May 1, 2025 by kong
konnect.getGatewayCustomPluginStreaming
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayCustomPluginStreaming Result
The following output properties are available:
- control_
plane_ strid - created_
at float - handler str
- id str
- name str
- schema str
- Sequence[str]
- updated_
at float
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.