konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginCorrelationId
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginCorrelationId Result
The following output properties are available:
- Config
Get
Gateway Plugin Correlation Id Config - Consumer
Get
Gateway Plugin Correlation Id Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Correlation Id Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Correlation Id Route - Service
Get
Gateway Plugin Correlation Id Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Correlation Id Config - Consumer
Get
Gateway Plugin Correlation Id Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Correlation Id Ordering - Protocols []string
- Route
Get
Gateway Plugin Correlation Id Route - Service
Get
Gateway Plugin Correlation Id Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Correlation Id Config - consumer
Get
Gateway Plugin Correlation Id Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Correlation Id Ordering - protocols List<String>
- route
Get
Gateway Plugin Correlation Id Route - service
Get
Gateway Plugin Correlation Id Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Correlation Id Config - consumer
Get
Gateway Plugin Correlation Id Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Correlation Id Ordering - protocols string[]
- route
Get
Gateway Plugin Correlation Id Route - service
Get
Gateway Plugin Correlation Id Service - string[]
- updated
At number
- config
Get
Gateway Plugin Correlation Id Config - consumer
Get
Gateway Plugin Correlation Id Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Correlation Id Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Correlation Id Route - service
Get
Gateway Plugin Correlation Id Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginCorrelationIdConfig
- Echo
Downstream 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
, andtracker
. See Generators. - Header
Name 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 string
- The generator to use for the correlation ID. Accepted values are
uuid
,uuid#counter
, andtracker
. See Generators. - Header
Name string - The HTTP header name to use for the correlation ID.
- echo
Downstream 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
, andtracker
. See Generators. - header
Name String - The HTTP header name to use for the correlation ID.
- echo
Downstream 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
, andtracker
. See Generators. - header
Name 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
, andtracker
. See Generators. - header_
name str - The HTTP header name to use for the correlation ID.
- echo
Downstream 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
, andtracker
. See Generators. - header
Name 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.