konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginKafkaUpstream
Explore with Pulumi AI
Using getGatewayPluginKafkaUpstream
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 getGatewayPluginKafkaUpstream(args: GetGatewayPluginKafkaUpstreamArgs, opts?: InvokeOptions): Promise<GetGatewayPluginKafkaUpstreamResult>
function getGatewayPluginKafkaUpstreamOutput(args: GetGatewayPluginKafkaUpstreamOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginKafkaUpstreamResult>
def get_gateway_plugin_kafka_upstream(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginKafkaUpstreamResult
def get_gateway_plugin_kafka_upstream_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginKafkaUpstreamResult]
func LookupGatewayPluginKafkaUpstream(ctx *Context, args *LookupGatewayPluginKafkaUpstreamArgs, opts ...InvokeOption) (*LookupGatewayPluginKafkaUpstreamResult, error)
func LookupGatewayPluginKafkaUpstreamOutput(ctx *Context, args *LookupGatewayPluginKafkaUpstreamOutputArgs, opts ...InvokeOption) LookupGatewayPluginKafkaUpstreamResultOutput
> Note: This function is named LookupGatewayPluginKafkaUpstream
in the Go SDK.
public static class GetGatewayPluginKafkaUpstream
{
public static Task<GetGatewayPluginKafkaUpstreamResult> InvokeAsync(GetGatewayPluginKafkaUpstreamArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginKafkaUpstreamResult> Invoke(GetGatewayPluginKafkaUpstreamInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginKafkaUpstreamResult> getGatewayPluginKafkaUpstream(GetGatewayPluginKafkaUpstreamArgs args, InvokeOptions options)
public static Output<GetGatewayPluginKafkaUpstreamResult> getGatewayPluginKafkaUpstream(GetGatewayPluginKafkaUpstreamArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginKafkaUpstream:getGatewayPluginKafkaUpstream
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
getGatewayPluginKafkaUpstream Result
The following output properties are available:
- Config
Get
Gateway Plugin Kafka Upstream Config - Consumer
Get
Gateway Plugin Kafka Upstream Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Kafka Upstream Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Kafka Upstream Route - Service
Get
Gateway Plugin Kafka Upstream Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Kafka Upstream Config - Consumer
Get
Gateway Plugin Kafka Upstream Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Kafka Upstream Ordering - Protocols []string
- Route
Get
Gateway Plugin Kafka Upstream Route - Service
Get
Gateway Plugin Kafka Upstream Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Kafka Upstream Config - consumer
Get
Gateway Plugin Kafka Upstream Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Kafka Upstream Ordering - protocols List<String>
- route
Get
Gateway Plugin Kafka Upstream Route - service
Get
Gateway Plugin Kafka Upstream Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Kafka Upstream Config - consumer
Get
Gateway Plugin Kafka Upstream Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Kafka Upstream Ordering - protocols string[]
- route
Get
Gateway Plugin Kafka Upstream Route - service
Get
Gateway Plugin Kafka Upstream Service - string[]
- updated
At number
- config
Get
Gateway Plugin Kafka Upstream Config - consumer
Get
Gateway Plugin Kafka Upstream Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Kafka Upstream Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Kafka Upstream Route - service
Get
Gateway Plugin Kafka Upstream 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
GetGatewayPluginKafkaUpstreamConfig
- Authentication
Get
Gateway Plugin Kafka Upstream Config Authentication - Bootstrap
Servers List<GetGateway Plugin Kafka Upstream Config Bootstrap Server> - Set of bootstrap brokers in a
{host: host, port: port}
list format. - Cluster
Name string - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - Forward
Body bool - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Headers bool - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Method bool - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Uri bool - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Keepalive double
- Keepalive timeout in milliseconds.
- Keepalive
Enabled bool - Producer
Async bool - Flag to enable asynchronous mode.
- Producer
Async doubleBuffering Limits Messages In Memory - Maximum number of messages that can be buffered in memory in asynchronous mode.
- Producer
Async doubleFlush Timeout - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- Producer
Request doubleAcks - The number of acknowledgments the producer requires the leader to have received before considering a request complete. Allowed values: 0 for no acknowledgments; 1 for only the leader; and -1 for the full ISR (In-Sync Replica set).
- Producer
Request doubleLimits Bytes Per Request - Maximum size of a Produce request in bytes.
- Producer
Request doubleLimits Messages Per Request - Maximum number of messages to include into a single producer request.
- Producer
Request doubleRetries Backoff Timeout - Backoff interval between retry attempts in milliseconds.
- Producer
Request doubleRetries Max Attempts - Maximum number of retry attempts per single Produce request.
- Producer
Request doubleTimeout - Time to wait for a Produce response in milliseconds.
- Security
Get
Gateway Plugin Kafka Upstream Config Security - Timeout double
- Socket timeout in milliseconds.
- Topic string
- The Kafka topic to publish to.
- Authentication
Get
Gateway Plugin Kafka Upstream Config Authentication - Bootstrap
Servers []GetGateway Plugin Kafka Upstream Config Bootstrap Server - Set of bootstrap brokers in a
{host: host, port: port}
list format. - Cluster
Name string - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - Forward
Body bool - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Headers bool - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Method bool - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Uri bool - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Keepalive float64
- Keepalive timeout in milliseconds.
- Keepalive
Enabled bool - Producer
Async bool - Flag to enable asynchronous mode.
- Producer
Async float64Buffering Limits Messages In Memory - Maximum number of messages that can be buffered in memory in asynchronous mode.
- Producer
Async float64Flush Timeout - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- Producer
Request float64Acks - The number of acknowledgments the producer requires the leader to have received before considering a request complete. Allowed values: 0 for no acknowledgments; 1 for only the leader; and -1 for the full ISR (In-Sync Replica set).
- Producer
Request float64Limits Bytes Per Request - Maximum size of a Produce request in bytes.
- Producer
Request float64Limits Messages Per Request - Maximum number of messages to include into a single producer request.
- Producer
Request float64Retries Backoff Timeout - Backoff interval between retry attempts in milliseconds.
- Producer
Request float64Retries Max Attempts - Maximum number of retry attempts per single Produce request.
- Producer
Request float64Timeout - Time to wait for a Produce response in milliseconds.
- Security
Get
Gateway Plugin Kafka Upstream Config Security - Timeout float64
- Socket timeout in milliseconds.
- Topic string
- The Kafka topic to publish to.
- authentication
Get
Gateway Plugin Kafka Upstream Config Authentication - bootstrap
Servers List<GetGateway Plugin Kafka Upstream Config Bootstrap Server> - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster
Name String - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - forward
Body Boolean - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Headers Boolean - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Method Boolean - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Uri Boolean - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - keepalive Double
- Keepalive timeout in milliseconds.
- keepalive
Enabled Boolean - producer
Async Boolean - Flag to enable asynchronous mode.
- producer
Async DoubleBuffering Limits Messages In Memory - Maximum number of messages that can be buffered in memory in asynchronous mode.
- producer
Async DoubleFlush Timeout - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- producer
Request DoubleAcks - The number of acknowledgments the producer requires the leader to have received before considering a request complete. Allowed values: 0 for no acknowledgments; 1 for only the leader; and -1 for the full ISR (In-Sync Replica set).
- producer
Request DoubleLimits Bytes Per Request - Maximum size of a Produce request in bytes.
- producer
Request DoubleLimits Messages Per Request - Maximum number of messages to include into a single producer request.
- producer
Request DoubleRetries Backoff Timeout - Backoff interval between retry attempts in milliseconds.
- producer
Request DoubleRetries Max Attempts - Maximum number of retry attempts per single Produce request.
- producer
Request DoubleTimeout - Time to wait for a Produce response in milliseconds.
- security
Get
Gateway Plugin Kafka Upstream Config Security - timeout Double
- Socket timeout in milliseconds.
- topic String
- The Kafka topic to publish to.
- authentication
Get
Gateway Plugin Kafka Upstream Config Authentication - bootstrap
Servers GetGateway Plugin Kafka Upstream Config Bootstrap Server[] - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster
Name string - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - forward
Body boolean - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Headers boolean - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Method boolean - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Uri boolean - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - keepalive number
- Keepalive timeout in milliseconds.
- keepalive
Enabled boolean - producer
Async boolean - Flag to enable asynchronous mode.
- producer
Async numberBuffering Limits Messages In Memory - Maximum number of messages that can be buffered in memory in asynchronous mode.
- producer
Async numberFlush Timeout - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- producer
Request numberAcks - The number of acknowledgments the producer requires the leader to have received before considering a request complete. Allowed values: 0 for no acknowledgments; 1 for only the leader; and -1 for the full ISR (In-Sync Replica set).
- producer
Request numberLimits Bytes Per Request - Maximum size of a Produce request in bytes.
- producer
Request numberLimits Messages Per Request - Maximum number of messages to include into a single producer request.
- producer
Request numberRetries Backoff Timeout - Backoff interval between retry attempts in milliseconds.
- producer
Request numberRetries Max Attempts - Maximum number of retry attempts per single Produce request.
- producer
Request numberTimeout - Time to wait for a Produce response in milliseconds.
- security
Get
Gateway Plugin Kafka Upstream Config Security - timeout number
- Socket timeout in milliseconds.
- topic string
- The Kafka topic to publish to.
- authentication
Get
Gateway Plugin Kafka Upstream Config Authentication - bootstrap_
servers Sequence[GetGateway Plugin Kafka Upstream Config Bootstrap Server] - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster_
name str - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - forward_
body bool - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward_
headers bool - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward_
method bool - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward_
uri bool - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - keepalive float
- Keepalive timeout in milliseconds.
- keepalive_
enabled bool - producer_
async bool - Flag to enable asynchronous mode.
- producer_
async_ floatbuffering_ limits_ messages_ in_ memory - Maximum number of messages that can be buffered in memory in asynchronous mode.
- producer_
async_ floatflush_ timeout - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- producer_
request_ floatacks - The number of acknowledgments the producer requires the leader to have received before considering a request complete. Allowed values: 0 for no acknowledgments; 1 for only the leader; and -1 for the full ISR (In-Sync Replica set).
- producer_
request_ floatlimits_ bytes_ per_ request - Maximum size of a Produce request in bytes.
- producer_
request_ floatlimits_ messages_ per_ request - Maximum number of messages to include into a single producer request.
- producer_
request_ floatretries_ backoff_ timeout - Backoff interval between retry attempts in milliseconds.
- producer_
request_ floatretries_ max_ attempts - Maximum number of retry attempts per single Produce request.
- producer_
request_ floattimeout - Time to wait for a Produce response in milliseconds.
- security
Get
Gateway Plugin Kafka Upstream Config Security - timeout float
- Socket timeout in milliseconds.
- topic str
- The Kafka topic to publish to.
- authentication Property Map
- bootstrap
Servers List<Property Map> - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster
Name String - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - forward
Body Boolean - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Headers Boolean - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Method Boolean - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Uri Boolean - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - keepalive Number
- Keepalive timeout in milliseconds.
- keepalive
Enabled Boolean - producer
Async Boolean - Flag to enable asynchronous mode.
- producer
Async NumberBuffering Limits Messages In Memory - Maximum number of messages that can be buffered in memory in asynchronous mode.
- producer
Async NumberFlush Timeout - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- producer
Request NumberAcks - The number of acknowledgments the producer requires the leader to have received before considering a request complete. Allowed values: 0 for no acknowledgments; 1 for only the leader; and -1 for the full ISR (In-Sync Replica set).
- producer
Request NumberLimits Bytes Per Request - Maximum size of a Produce request in bytes.
- producer
Request NumberLimits Messages Per Request - Maximum number of messages to include into a single producer request.
- producer
Request NumberRetries Backoff Timeout - Backoff interval between retry attempts in milliseconds.
- producer
Request NumberRetries Max Attempts - Maximum number of retry attempts per single Produce request.
- producer
Request NumberTimeout - Time to wait for a Produce response in milliseconds.
- security Property Map
- timeout Number
- Socket timeout in milliseconds.
- topic String
- The Kafka topic to publish to.
GetGatewayPluginKafkaUpstreamConfigAuthentication
- Mechanism string
- The SASL authentication mechanism. Supported options:
PLAIN
,SCRAM-SHA-256
, orSCRAM-SHA-512
. - Password string
- Password for SASL authentication.
- Strategy string
- The authentication strategy for the plugin, the only option for the value is
sasl
. - Tokenauth bool
- Enable this to indicate
DelegationToken
authentication. - User string
- Username for SASL authentication.
- Mechanism string
- The SASL authentication mechanism. Supported options:
PLAIN
,SCRAM-SHA-256
, orSCRAM-SHA-512
. - Password string
- Password for SASL authentication.
- Strategy string
- The authentication strategy for the plugin, the only option for the value is
sasl
. - Tokenauth bool
- Enable this to indicate
DelegationToken
authentication. - User string
- Username for SASL authentication.
- mechanism String
- The SASL authentication mechanism. Supported options:
PLAIN
,SCRAM-SHA-256
, orSCRAM-SHA-512
. - password String
- Password for SASL authentication.
- strategy String
- The authentication strategy for the plugin, the only option for the value is
sasl
. - tokenauth Boolean
- Enable this to indicate
DelegationToken
authentication. - user String
- Username for SASL authentication.
- mechanism string
- The SASL authentication mechanism. Supported options:
PLAIN
,SCRAM-SHA-256
, orSCRAM-SHA-512
. - password string
- Password for SASL authentication.
- strategy string
- The authentication strategy for the plugin, the only option for the value is
sasl
. - tokenauth boolean
- Enable this to indicate
DelegationToken
authentication. - user string
- Username for SASL authentication.
- mechanism str
- The SASL authentication mechanism. Supported options:
PLAIN
,SCRAM-SHA-256
, orSCRAM-SHA-512
. - password str
- Password for SASL authentication.
- strategy str
- The authentication strategy for the plugin, the only option for the value is
sasl
. - tokenauth bool
- Enable this to indicate
DelegationToken
authentication. - user str
- Username for SASL authentication.
- mechanism String
- The SASL authentication mechanism. Supported options:
PLAIN
,SCRAM-SHA-256
, orSCRAM-SHA-512
. - password String
- Password for SASL authentication.
- strategy String
- The authentication strategy for the plugin, the only option for the value is
sasl
. - tokenauth Boolean
- Enable this to indicate
DelegationToken
authentication. - user String
- Username for SASL authentication.
GetGatewayPluginKafkaUpstreamConfigBootstrapServer
GetGatewayPluginKafkaUpstreamConfigSecurity
- Certificate
Id string - UUID of certificate entity for mTLS authentication.
- Ssl bool
- Enables TLS.
- Certificate
Id string - UUID of certificate entity for mTLS authentication.
- Ssl bool
- Enables TLS.
- certificate
Id String - UUID of certificate entity for mTLS authentication.
- ssl Boolean
- Enables TLS.
- certificate
Id string - UUID of certificate entity for mTLS authentication.
- ssl boolean
- Enables TLS.
- certificate_
id str - UUID of certificate entity for mTLS authentication.
- ssl bool
- Enables TLS.
- certificate
Id String - UUID of certificate entity for mTLS authentication.
- ssl Boolean
- Enables TLS.
GetGatewayPluginKafkaUpstreamConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginKafkaUpstreamOrdering
GetGatewayPluginKafkaUpstreamOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginKafkaUpstreamOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginKafkaUpstreamRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginKafkaUpstreamService
- 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.