1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginCorrelationId
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginCorrelationId

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayPluginCorrelationId

    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 getGatewayPluginCorrelationId(args: GetGatewayPluginCorrelationIdArgs, opts?: InvokeOptions): Promise<GetGatewayPluginCorrelationIdResult>
    function getGatewayPluginCorrelationIdOutput(args: GetGatewayPluginCorrelationIdOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginCorrelationIdResult>
    def get_gateway_plugin_correlation_id(control_plane_id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetGatewayPluginCorrelationIdResult
    def get_gateway_plugin_correlation_id_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginCorrelationIdResult]
    func LookupGatewayPluginCorrelationId(ctx *Context, args *LookupGatewayPluginCorrelationIdArgs, opts ...InvokeOption) (*LookupGatewayPluginCorrelationIdResult, error)
    func LookupGatewayPluginCorrelationIdOutput(ctx *Context, args *LookupGatewayPluginCorrelationIdOutputArgs, opts ...InvokeOption) LookupGatewayPluginCorrelationIdResultOutput

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

    public static class GetGatewayPluginCorrelationId 
    {
        public static Task<GetGatewayPluginCorrelationIdResult> InvokeAsync(GetGatewayPluginCorrelationIdArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginCorrelationIdResult> Invoke(GetGatewayPluginCorrelationIdInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginCorrelationIdResult> getGatewayPluginCorrelationId(GetGatewayPluginCorrelationIdArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginCorrelationIdResult> getGatewayPluginCorrelationId(GetGatewayPluginCorrelationIdArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginCorrelationId:getGatewayPluginCorrelationId
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginCorrelationId Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginCorrelationIdConfig

    EchoDownstream bool
    Whether to echo the header back to downstream (the client).
    Generator string
    The generator to use for the correlation ID. Accepted values are uuid, uuid#counter, and tracker. See Generators.
    HeaderName string
    The HTTP header name to use for the correlation ID.
    EchoDownstream bool
    Whether to echo the header back to downstream (the client).
    Generator string
    The generator to use for the correlation ID. Accepted values are uuid, uuid#counter, and tracker. See Generators.
    HeaderName string
    The HTTP header name to use for the correlation ID.
    echoDownstream Boolean
    Whether to echo the header back to downstream (the client).
    generator String
    The generator to use for the correlation ID. Accepted values are uuid, uuid#counter, and tracker. See Generators.
    headerName String
    The HTTP header name to use for the correlation ID.
    echoDownstream boolean
    Whether to echo the header back to downstream (the client).
    generator string
    The generator to use for the correlation ID. Accepted values are uuid, uuid#counter, and tracker. See Generators.
    headerName string
    The HTTP header name to use for the correlation ID.
    echo_downstream bool
    Whether to echo the header back to downstream (the client).
    generator str
    The generator to use for the correlation ID. Accepted values are uuid, uuid#counter, and tracker. See Generators.
    header_name str
    The HTTP header name to use for the correlation ID.
    echoDownstream Boolean
    Whether to echo the header back to downstream (the client).
    generator String
    The generator to use for the correlation ID. Accepted values are uuid, uuid#counter, and tracker. See Generators.
    headerName String
    The HTTP header name to use for the correlation ID.

    GetGatewayPluginCorrelationIdConsumer

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginCorrelationIdOrdering

    GetGatewayPluginCorrelationIdOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginCorrelationIdOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginCorrelationIdRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginCorrelationIdService

    Id string
    Id string
    id String
    id string
    id str
    id String

    Package Details

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