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>
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]
func LookupGatewayPluginZipkin(ctx *Context, args *LookupGatewayPluginZipkinArgs, opts ...InvokeOption) (*LookupGatewayPluginZipkinResult, error)
func LookupGatewayPluginZipkinOutput(ctx *Context, args *LookupGatewayPluginZipkinOutputArgs, opts ...InvokeOption) LookupGatewayPluginZipkinResultOutput
> 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)
}
public static CompletableFuture<GetGatewayPluginZipkinResult> getGatewayPluginZipkin(GetGatewayPluginZipkinArgs args, InvokeOptions options)
public static Output<GetGatewayPluginZipkinResult> getGatewayPluginZipkin(GetGatewayPluginZipkinArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginZipkin:getGatewayPluginZipkin
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane Id This property is required. string
- Control
Plane Id This property is required. string
- control
Plane Id This property is required. String
- control
Plane Id This property is required. string
- control_
plane_ id This property is required. str
- control
Plane Id This property is required. String
getGatewayPluginZipkin Result
The following output properties are available:
- Config
Get
Gateway Plugin Zipkin Config - Consumer
Get
Gateway Plugin Zipkin Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Zipkin Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Zipkin Route - Service
Get
Gateway Plugin Zipkin Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Zipkin Config - Consumer
Get
Gateway Plugin Zipkin Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Zipkin Ordering - Protocols []string
- Route
Get
Gateway Plugin Zipkin Route - Service
Get
Gateway Plugin Zipkin Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Zipkin Config - consumer
Get
Gateway Plugin Zipkin Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Zipkin Ordering - protocols List<String>
- route
Get
Gateway Plugin Zipkin Route - service
Get
Gateway Plugin Zipkin Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Zipkin Config - consumer
Get
Gateway Plugin Zipkin Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Zipkin Ordering - protocols string[]
- route
Get
Gateway Plugin Zipkin Route - service
Get
Gateway Plugin Zipkin Service - string[]
- updated
At number
- config
Get
Gateway Plugin Zipkin Config - consumer
Get
Gateway Plugin Zipkin Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Zipkin Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Zipkin Route - service
Get
Gateway Plugin Zipkin 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
GetGatewayPluginZipkinConfig
- Connect
Timeout This property is required. double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Default
Header Type 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"
. Whenheader_type
is set to any other value,default_header_type
is ignored. - Default
Service Name This property is required. string - Set a default service name to override
unknown-service-name
in the Zipkin spans. - Header
Type 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
- Http
Endpoint This property is required. string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Http
Response Header For Traceid This property is required. string - Http
Span Name This property is required. string - 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. string - The name of the service as displayed in Zipkin.
- Phase
Duration Flavor 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. GetGateway Plugin Zipkin Config Propagation - Queue
This property is required. GetGateway Plugin Zipkin Config Queue - Read
Timeout This property is required. double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Sample
Ratio This property is required. double - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - Send
Timeout This property is required. double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
This property is required. List<GetGateway Plugin Zipkin Config Static Tag> - The tags specified on this property will be added to the generated request traces.
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.
- Traceid
Byte Count This property is required. double - The length in bytes of each request's Trace ID.
- Connect
Timeout This property is required. float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Default
Header Type 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"
. Whenheader_type
is set to any other value,default_header_type
is ignored. - Default
Service Name This property is required. string - Set a default service name to override
unknown-service-name
in the Zipkin spans. - Header
Type 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
- Http
Endpoint This property is required. string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Http
Response Header For Traceid This property is required. string - Http
Span Name This property is required. string - 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. string - The name of the service as displayed in Zipkin.
- Phase
Duration Flavor 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. GetGateway Plugin Zipkin Config Propagation - Queue
This property is required. GetGateway Plugin Zipkin Config Queue - Read
Timeout This property is required. float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Sample
Ratio This property is required. float64 - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - Send
Timeout This property is required. float64 - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
This property is required. []GetGateway Plugin Zipkin Config Static Tag - The tags specified on this property will be added to the generated request traces.
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.
- Traceid
Byte Count This property is required. float64 - The length in bytes of each request's Trace ID.
- connect
Timeout This property is required. Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- default
Header Type 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"
. Whenheader_type
is set to any other value,default_header_type
is ignored. - default
Service Name This property is required. String - Set a default service name to override
unknown-service-name
in the Zipkin spans. - header
Type 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
- http
Endpoint This property is required. String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- http
Response Header For Traceid This property is required. String - http
Span Name This property is required. String - Specify whether to include the HTTP path in the span name.
- include
Credential This property is required. Boolean - 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. String - The name of the service as displayed in Zipkin.
- phase
Duration Flavor 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. GetGateway Plugin Zipkin Config Propagation - queue
This property is required. GetGateway Plugin Zipkin Config Queue - read
Timeout This property is required. Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sample
Ratio This property is required. Double - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - send
Timeout This property is required. Double - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
This property is required. List<GetGateway Plugin Zipkin Config Static Tag> - The tags specified on this property will be added to the generated request traces.
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.
- traceid
Byte Count This property is required. Double - The length in bytes of each request's Trace ID.
- connect
Timeout This property is required. number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- default
Header Type 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"
. Whenheader_type
is set to any other value,default_header_type
is ignored. - default
Service Name This property is required. string - Set a default service name to override
unknown-service-name
in the Zipkin spans. - header
Type 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
- http
Endpoint This property is required. string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- http
Response Header For Traceid This property is required. string - http
Span Name This property is required. string - Specify whether to include the HTTP path in the span name.
- include
Credential This property is required. boolean - 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. string - The name of the service as displayed in Zipkin.
- phase
Duration Flavor 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. GetGateway Plugin Zipkin Config Propagation - queue
This property is required. GetGateway Plugin Zipkin Config Queue - read
Timeout This property is required. number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sample
Ratio This property is required. number - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - send
Timeout This property is required. number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
This property is required. GetGateway Plugin Zipkin Config Static Tag[] - The tags specified on this property will be added to the generated request traces.
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.
- traceid
Byte Count 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"
. Whenheader_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. GetGateway Plugin Zipkin Config Propagation - queue
This property is required. GetGateway Plugin Zipkin Config Queue - 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 to1
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.
This property is required. Sequence[GetGateway Plugin Zipkin Config Static Tag] - The tags specified on this property will be added to the generated request traces.
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.
- connect
Timeout This property is required. Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- default
Header Type 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"
. Whenheader_type
is set to any other value,default_header_type
is ignored. - default
Service Name This property is required. String - Set a default service name to override
unknown-service-name
in the Zipkin spans. - header
Type 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
- http
Endpoint This property is required. String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- http
Response Header For Traceid This property is required. String - http
Span Name This property is required. String - Specify whether to include the HTTP path in the span name.
- include
Credential This property is required. Boolean - 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. String - The name of the service as displayed in Zipkin.
- phase
Duration Flavor 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 - read
Timeout This property is required. Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- sample
Ratio This property is required. Number - How often to sample requests that do not contain trace IDs. Set to
0
to turn sampling off, or to1
to sample all requests. - send
Timeout This property is required. Number - An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
This property is required. List<Property Map>- The tags specified on this property will be added to the generated request traces.
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.
- traceid
Byte Count 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.
- Default
Format 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 inextract
. - 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.
- Default
Format 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 inextract
. - 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.
- default
Format 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 inextract
. - 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.
- default
Format 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 inextract
. - 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 inextract
. - 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.
- default
Format 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 inextract
. - 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
- Concurrency
Limit This property is required. double - The number of of queue delivery timers. -1 indicates unlimited.
- Initial
Retry Delay This property is required. double - Time in seconds before the initial retry is made for a failing batch.
- Max
Batch Size This property is required. double - Maximum number of entries that can be processed at a time.
- Max
Bytes This property is required. double - Maximum number of bytes that can be waiting on a queue, requires string content.
- Max
Coalescing Delay 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.
- Max
Entries This property is required. double - Maximum number of entries that can be waiting on the queue.
- Max
Retry Delay This property is required. double - Maximum time in seconds between retries, caps exponential backoff.
- Max
Retry Time This property is required. double - Time in seconds before the queue gives up calling a failed handler for a batch.
- Concurrency
Limit This property is required. float64 - The number of of queue delivery timers. -1 indicates unlimited.
- Initial
Retry Delay This property is required. float64 - Time in seconds before the initial retry is made for a failing batch.
- Max
Batch Size This property is required. float64 - Maximum number of entries that can be processed at a time.
- Max
Bytes This property is required. float64 - Maximum number of bytes that can be waiting on a queue, requires string content.
- Max
Coalescing Delay 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.
- Max
Entries This property is required. float64 - Maximum number of entries that can be waiting on the queue.
- Max
Retry Delay This property is required. float64 - Maximum time in seconds between retries, caps exponential backoff.
- Max
Retry Time This property is required. float64 - Time in seconds before the queue gives up calling a failed handler for a batch.
- concurrency
Limit This property is required. Double - The number of of queue delivery timers. -1 indicates unlimited.
- initial
Retry Delay This property is required. Double - Time in seconds before the initial retry is made for a failing batch.
- max
Batch Size This property is required. Double - Maximum number of entries that can be processed at a time.
- max
Bytes This property is required. Double - Maximum number of bytes that can be waiting on a queue, requires string content.
- max
Coalescing Delay 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.
- max
Entries This property is required. Double - Maximum number of entries that can be waiting on the queue.
- max
Retry Delay This property is required. Double - Maximum time in seconds between retries, caps exponential backoff.
- max
Retry Time This property is required. Double - Time in seconds before the queue gives up calling a failed handler for a batch.
- concurrency
Limit This property is required. number - The number of of queue delivery timers. -1 indicates unlimited.
- initial
Retry Delay This property is required. number - Time in seconds before the initial retry is made for a failing batch.
- max
Batch Size This property is required. number - Maximum number of entries that can be processed at a time.
- max
Bytes This property is required. number - Maximum number of bytes that can be waiting on a queue, requires string content.
- max
Coalescing Delay 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.
- max
Entries This property is required. number - Maximum number of entries that can be waiting on the queue.
- max
Retry Delay This property is required. number - Maximum time in seconds between retries, caps exponential backoff.
- max
Retry Time 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.
- concurrency
Limit This property is required. Number - The number of of queue delivery timers. -1 indicates unlimited.
- initial
Retry Delay This property is required. Number - Time in seconds before the initial retry is made for a failing batch.
- max
Batch Size This property is required. Number - Maximum number of entries that can be processed at a time.
- max
Bytes This property is required. Number - Maximum number of bytes that can be waiting on a queue, requires string content.
- max
Coalescing Delay 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.
- max
Entries This property is required. Number - Maximum number of entries that can be waiting on the queue.
- max
Retry Delay This property is required. Number - Maximum time in seconds between retries, caps exponential backoff.
- max
Retry Time This property is required. Number - Time in seconds before the queue gives up calling a failed handler for a batch.
GetGatewayPluginZipkinConfigStaticTag
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. GetGateway Plugin Zipkin Ordering After - Before
This property is required. GetGateway Plugin Zipkin Ordering Before
- After
This property is required. GetGateway Plugin Zipkin Ordering After - Before
This property is required. GetGateway Plugin Zipkin Ordering Before
- after
This property is required. GetGateway Plugin Zipkin Ordering After - before
This property is required. GetGateway Plugin Zipkin Ordering Before
- after
This property is required. GetGateway Plugin Zipkin Ordering After - before
This property is required. GetGateway Plugin Zipkin Ordering Before
- after
This property is required. GetGateway Plugin Zipkin Ordering After - before
This property is required. GetGateway Plugin Zipkin Ordering Before
- 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.