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

konnect.getGatewayPluginZipkin

Explore with Pulumi AI

Using getGatewayPluginZipkin

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 getGatewayPluginZipkin(args: GetGatewayPluginZipkinArgs, opts?: InvokeOptions): Promise<GetGatewayPluginZipkinResult>
function getGatewayPluginZipkinOutput(args: GetGatewayPluginZipkinOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginZipkinResult>
Copy
def get_gateway_plugin_zipkin(control_plane_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetGatewayPluginZipkinResult
def get_gateway_plugin_zipkin_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginZipkinResult]
Copy
func LookupGatewayPluginZipkin(ctx *Context, args *LookupGatewayPluginZipkinArgs, opts ...InvokeOption) (*LookupGatewayPluginZipkinResult, error)
func LookupGatewayPluginZipkinOutput(ctx *Context, args *LookupGatewayPluginZipkinOutputArgs, opts ...InvokeOption) LookupGatewayPluginZipkinResultOutput
Copy

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

public static class GetGatewayPluginZipkin 
{
    public static Task<GetGatewayPluginZipkinResult> InvokeAsync(GetGatewayPluginZipkinArgs args, InvokeOptions? opts = null)
    public static Output<GetGatewayPluginZipkinResult> Invoke(GetGatewayPluginZipkinInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGatewayPluginZipkinResult> getGatewayPluginZipkin(GetGatewayPluginZipkinArgs args, InvokeOptions options)
public static Output<GetGatewayPluginZipkinResult> getGatewayPluginZipkin(GetGatewayPluginZipkinArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: konnect:index/getGatewayPluginZipkin:getGatewayPluginZipkin
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ControlPlaneId This property is required. string
ControlPlaneId This property is required. string
controlPlaneId This property is required. String
controlPlaneId This property is required. string
control_plane_id This property is required. str
controlPlaneId This property is required. String

getGatewayPluginZipkin Result

The following output properties are available:

Supporting Types

GetGatewayPluginZipkinConfig

ConnectTimeout This property is required. double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
DefaultHeaderType This property is required. string
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored.
DefaultServiceName This property is required. string
Set a default service name to override unknown-service-name in the Zipkin spans.
HeaderType This property is required. string
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests
HttpEndpoint This property is required. string
A string representing a URL, such as https://example.com/path/to/resource?q=search.
HttpResponseHeaderForTraceid This property is required. string
HttpSpanName This property is required. string
Specify whether to include the HTTP path in the span name.
IncludeCredential This property is required. bool
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
LocalServiceName This property is required. string
The name of the service as displayed in Zipkin.
PhaseDurationFlavor This property is required. string
Specify whether to include the duration of each phase as an annotation or a tag.
Propagation This property is required. GetGatewayPluginZipkinConfigPropagation
Queue This property is required. GetGatewayPluginZipkinConfigQueue
ReadTimeout This property is required. double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
SampleRatio This property is required. double
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
SendTimeout This property is required. double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
StaticTags This property is required. List<GetGatewayPluginZipkinConfigStaticTag>
The tags specified on this property will be added to the generated request traces.
TagsHeader This property is required. string
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
TraceidByteCount This property is required. double
The length in bytes of each request's Trace ID.
ConnectTimeout This property is required. float64
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
DefaultHeaderType This property is required. string
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored.
DefaultServiceName This property is required. string
Set a default service name to override unknown-service-name in the Zipkin spans.
HeaderType This property is required. string
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests
HttpEndpoint This property is required. string
A string representing a URL, such as https://example.com/path/to/resource?q=search.
HttpResponseHeaderForTraceid This property is required. string
HttpSpanName This property is required. string
Specify whether to include the HTTP path in the span name.
IncludeCredential This property is required. bool
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
LocalServiceName This property is required. string
The name of the service as displayed in Zipkin.
PhaseDurationFlavor This property is required. string
Specify whether to include the duration of each phase as an annotation or a tag.
Propagation This property is required. GetGatewayPluginZipkinConfigPropagation
Queue This property is required. GetGatewayPluginZipkinConfigQueue
ReadTimeout This property is required. float64
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
SampleRatio This property is required. float64
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
SendTimeout This property is required. float64
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
StaticTags This property is required. []GetGatewayPluginZipkinConfigStaticTag
The tags specified on this property will be added to the generated request traces.
TagsHeader This property is required. string
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
TraceidByteCount This property is required. float64
The length in bytes of each request's Trace ID.
connectTimeout This property is required. Double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
defaultHeaderType This property is required. String
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored.
defaultServiceName This property is required. String
Set a default service name to override unknown-service-name in the Zipkin spans.
headerType This property is required. String
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests
httpEndpoint This property is required. String
A string representing a URL, such as https://example.com/path/to/resource?q=search.
httpResponseHeaderForTraceid This property is required. String
httpSpanName This property is required. String
Specify whether to include the HTTP path in the span name.
includeCredential This property is required. Boolean
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
localServiceName This property is required. String
The name of the service as displayed in Zipkin.
phaseDurationFlavor This property is required. String
Specify whether to include the duration of each phase as an annotation or a tag.
propagation This property is required. GetGatewayPluginZipkinConfigPropagation
queue This property is required. GetGatewayPluginZipkinConfigQueue
readTimeout This property is required. Double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
sampleRatio This property is required. Double
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
sendTimeout This property is required. Double
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
staticTags This property is required. List<GetGatewayPluginZipkinConfigStaticTag>
The tags specified on this property will be added to the generated request traces.
tagsHeader This property is required. String
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
traceidByteCount This property is required. Double
The length in bytes of each request's Trace ID.
connectTimeout This property is required. number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
defaultHeaderType This property is required. string
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored.
defaultServiceName This property is required. string
Set a default service name to override unknown-service-name in the Zipkin spans.
headerType This property is required. string
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests
httpEndpoint This property is required. string
A string representing a URL, such as https://example.com/path/to/resource?q=search.
httpResponseHeaderForTraceid This property is required. string
httpSpanName This property is required. string
Specify whether to include the HTTP path in the span name.
includeCredential This property is required. boolean
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
localServiceName This property is required. string
The name of the service as displayed in Zipkin.
phaseDurationFlavor This property is required. string
Specify whether to include the duration of each phase as an annotation or a tag.
propagation This property is required. GetGatewayPluginZipkinConfigPropagation
queue This property is required. GetGatewayPluginZipkinConfigQueue
readTimeout This property is required. number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
sampleRatio This property is required. number
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
sendTimeout This property is required. number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
staticTags This property is required. GetGatewayPluginZipkinConfigStaticTag[]
The tags specified on this property will be added to the generated request traces.
tagsHeader This property is required. string
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
traceidByteCount This property is required. number
The length in bytes of each request's Trace ID.
connect_timeout This property is required. float
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
default_header_type This property is required. str
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored.
default_service_name This property is required. str
Set a default service name to override unknown-service-name in the Zipkin spans.
header_type This property is required. str
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests
http_endpoint This property is required. str
A string representing a URL, such as https://example.com/path/to/resource?q=search.
http_response_header_for_traceid This property is required. str
http_span_name This property is required. str
Specify whether to include the HTTP path in the span name.
include_credential This property is required. bool
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
local_service_name This property is required. str
The name of the service as displayed in Zipkin.
phase_duration_flavor This property is required. str
Specify whether to include the duration of each phase as an annotation or a tag.
propagation This property is required. GetGatewayPluginZipkinConfigPropagation
queue This property is required. GetGatewayPluginZipkinConfigQueue
read_timeout This property is required. float
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
sample_ratio This property is required. float
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
send_timeout This property is required. float
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
static_tags This property is required. Sequence[GetGatewayPluginZipkinConfigStaticTag]
The tags specified on this property will be added to the generated request traces.
tags_header This property is required. str
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
traceid_byte_count This property is required. float
The length in bytes of each request's Trace ID.
connectTimeout This property is required. Number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
defaultHeaderType This property is required. String
Allows specifying the type of header to be added to requests with no pre-existing tracing headers and when config.header_type is set to "preserve". When header_type is set to any other value, default_header_type is ignored.
defaultServiceName This property is required. String
Set a default service name to override unknown-service-name in the Zipkin spans.
headerType This property is required. String
All HTTP requests going through the plugin are tagged with a tracing HTTP request. This property codifies what kind of tracing header the plugin expects on incoming requests
httpEndpoint This property is required. String
A string representing a URL, such as https://example.com/path/to/resource?q=search.
httpResponseHeaderForTraceid This property is required. String
httpSpanName This property is required. String
Specify whether to include the HTTP path in the span name.
includeCredential This property is required. Boolean
Specify whether the credential of the currently authenticated consumer should be included in metadata sent to the Zipkin server.
localServiceName This property is required. String
The name of the service as displayed in Zipkin.
phaseDurationFlavor This property is required. String
Specify whether to include the duration of each phase as an annotation or a tag.
propagation This property is required. Property Map
queue This property is required. Property Map
readTimeout This property is required. Number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
sampleRatio This property is required. Number
How often to sample requests that do not contain trace IDs. Set to 0 to turn sampling off, or to 1 to sample all requests.
sendTimeout This property is required. Number
An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
staticTags This property is required. List<Property Map>
The tags specified on this property will be added to the generated request traces.
tagsHeader This property is required. String
The Zipkin plugin will add extra headers to the tags associated with any HTTP requests that come with a header named as configured by this property.
traceidByteCount This property is required. Number
The length in bytes of each request's Trace ID.

GetGatewayPluginZipkinConfigPropagation

Clears This property is required. List<string>
Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
DefaultFormat This property is required. string
The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
Extracts This property is required. List<string>
Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
Injects This property is required. List<string>
Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
Clears This property is required. []string
Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
DefaultFormat This property is required. string
The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
Extracts This property is required. []string
Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
Injects This property is required. []string
Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
clears This property is required. List<String>
Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
defaultFormat This property is required. String
The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
extracts This property is required. List<String>
Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
injects This property is required. List<String>
Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
clears This property is required. string[]
Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
defaultFormat This property is required. string
The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
extracts This property is required. string[]
Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
injects This property is required. string[]
Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
clears This property is required. Sequence[str]
Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
default_format This property is required. str
The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
extracts This property is required. Sequence[str]
Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
injects This property is required. Sequence[str]
Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.
clears This property is required. List<String>
Header names to clear after context extraction. This allows to extract the context from a certain header and then remove it from the request, useful when extraction and injection are performed on different header formats and the original header should not be sent to the upstream. If left empty, no headers are cleared.
defaultFormat This property is required. String
The default header format to use when extractors did not match any format in the incoming headers and inject is configured with the value: preserve. This can happen when no tracing header was found in the request, or the incoming tracing header formats were not included in extract.
extracts This property is required. List<String>
Header formats used to extract tracing context from incoming requests. If multiple values are specified, the first one found will be used for extraction. If left empty, Kong will not extract any tracing context information from incoming requests and generate a trace with no parent and a new trace ID.
injects This property is required. List<String>
Header formats used to inject tracing context. The value preserve will use the same header format as the incoming request. If multiple values are specified, all of them will be used during injection. If left empty, Kong will not inject any tracing context information in outgoing requests.

GetGatewayPluginZipkinConfigQueue

ConcurrencyLimit This property is required. double
The number of of queue delivery timers. -1 indicates unlimited.
InitialRetryDelay This property is required. double
Time in seconds before the initial retry is made for a failing batch.
MaxBatchSize This property is required. double
Maximum number of entries that can be processed at a time.
MaxBytes This property is required. double
Maximum number of bytes that can be waiting on a queue, requires string content.
MaxCoalescingDelay This property is required. double
Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
MaxEntries This property is required. double
Maximum number of entries that can be waiting on the queue.
MaxRetryDelay This property is required. double
Maximum time in seconds between retries, caps exponential backoff.
MaxRetryTime This property is required. double
Time in seconds before the queue gives up calling a failed handler for a batch.
ConcurrencyLimit This property is required. float64
The number of of queue delivery timers. -1 indicates unlimited.
InitialRetryDelay This property is required. float64
Time in seconds before the initial retry is made for a failing batch.
MaxBatchSize This property is required. float64
Maximum number of entries that can be processed at a time.
MaxBytes This property is required. float64
Maximum number of bytes that can be waiting on a queue, requires string content.
MaxCoalescingDelay This property is required. float64
Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
MaxEntries This property is required. float64
Maximum number of entries that can be waiting on the queue.
MaxRetryDelay This property is required. float64
Maximum time in seconds between retries, caps exponential backoff.
MaxRetryTime This property is required. float64
Time in seconds before the queue gives up calling a failed handler for a batch.
concurrencyLimit This property is required. Double
The number of of queue delivery timers. -1 indicates unlimited.
initialRetryDelay This property is required. Double
Time in seconds before the initial retry is made for a failing batch.
maxBatchSize This property is required. Double
Maximum number of entries that can be processed at a time.
maxBytes This property is required. Double
Maximum number of bytes that can be waiting on a queue, requires string content.
maxCoalescingDelay This property is required. Double
Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
maxEntries This property is required. Double
Maximum number of entries that can be waiting on the queue.
maxRetryDelay This property is required. Double
Maximum time in seconds between retries, caps exponential backoff.
maxRetryTime This property is required. Double
Time in seconds before the queue gives up calling a failed handler for a batch.
concurrencyLimit This property is required. number
The number of of queue delivery timers. -1 indicates unlimited.
initialRetryDelay This property is required. number
Time in seconds before the initial retry is made for a failing batch.
maxBatchSize This property is required. number
Maximum number of entries that can be processed at a time.
maxBytes This property is required. number
Maximum number of bytes that can be waiting on a queue, requires string content.
maxCoalescingDelay This property is required. number
Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
maxEntries This property is required. number
Maximum number of entries that can be waiting on the queue.
maxRetryDelay This property is required. number
Maximum time in seconds between retries, caps exponential backoff.
maxRetryTime This property is required. number
Time in seconds before the queue gives up calling a failed handler for a batch.
concurrency_limit This property is required. float
The number of of queue delivery timers. -1 indicates unlimited.
initial_retry_delay This property is required. float
Time in seconds before the initial retry is made for a failing batch.
max_batch_size This property is required. float
Maximum number of entries that can be processed at a time.
max_bytes This property is required. float
Maximum number of bytes that can be waiting on a queue, requires string content.
max_coalescing_delay This property is required. float
Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
max_entries This property is required. float
Maximum number of entries that can be waiting on the queue.
max_retry_delay This property is required. float
Maximum time in seconds between retries, caps exponential backoff.
max_retry_time This property is required. float
Time in seconds before the queue gives up calling a failed handler for a batch.
concurrencyLimit This property is required. Number
The number of of queue delivery timers. -1 indicates unlimited.
initialRetryDelay This property is required. Number
Time in seconds before the initial retry is made for a failing batch.
maxBatchSize This property is required. Number
Maximum number of entries that can be processed at a time.
maxBytes This property is required. Number
Maximum number of bytes that can be waiting on a queue, requires string content.
maxCoalescingDelay This property is required. Number
Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
maxEntries This property is required. Number
Maximum number of entries that can be waiting on the queue.
maxRetryDelay This property is required. Number
Maximum time in seconds between retries, caps exponential backoff.
maxRetryTime This property is required. Number
Time in seconds before the queue gives up calling a failed handler for a batch.

GetGatewayPluginZipkinConfigStaticTag

Name This property is required. string
Value This property is required. string
Name This property is required. string
Value This property is required. string
name This property is required. String
value This property is required. String
name This property is required. string
value This property is required. string
name This property is required. str
value This property is required. str
name This property is required. String
value This property is required. String

GetGatewayPluginZipkinConsumer

Id This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

GetGatewayPluginZipkinOrdering

After This property is required. GetGatewayPluginZipkinOrderingAfter
Before This property is required. GetGatewayPluginZipkinOrderingBefore
After This property is required. GetGatewayPluginZipkinOrderingAfter
Before This property is required. GetGatewayPluginZipkinOrderingBefore
after This property is required. GetGatewayPluginZipkinOrderingAfter
before This property is required. GetGatewayPluginZipkinOrderingBefore
after This property is required. GetGatewayPluginZipkinOrderingAfter
before This property is required. GetGatewayPluginZipkinOrderingBefore
after This property is required. GetGatewayPluginZipkinOrderingAfter
before This property is required. GetGatewayPluginZipkinOrderingBefore
after This property is required. Property Map
before This property is required. Property Map

GetGatewayPluginZipkinOrderingAfter

Accesses This property is required. List<string>
Accesses This property is required. []string
accesses This property is required. List<String>
accesses This property is required. string[]
accesses This property is required. Sequence[str]
accesses This property is required. List<String>

GetGatewayPluginZipkinOrderingBefore

Accesses This property is required. List<string>
Accesses This property is required. []string
accesses This property is required. List<String>
accesses This property is required. string[]
accesses This property is required. Sequence[str]
accesses This property is required. List<String>

GetGatewayPluginZipkinRoute

Id This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

GetGatewayPluginZipkinService

Id This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

Package Details

Repository
konnect kong/terraform-provider-konnect
License
Notes
This Pulumi package is based on the konnect Terraform Provider.