konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginConfluent
Explore with Pulumi AI
Using getGatewayPluginConfluent
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 getGatewayPluginConfluent(args: GetGatewayPluginConfluentArgs, opts?: InvokeOptions): Promise<GetGatewayPluginConfluentResult>
function getGatewayPluginConfluentOutput(args: GetGatewayPluginConfluentOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginConfluentResult>
def get_gateway_plugin_confluent(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginConfluentResult
def get_gateway_plugin_confluent_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginConfluentResult]
func LookupGatewayPluginConfluent(ctx *Context, args *LookupGatewayPluginConfluentArgs, opts ...InvokeOption) (*LookupGatewayPluginConfluentResult, error)
func LookupGatewayPluginConfluentOutput(ctx *Context, args *LookupGatewayPluginConfluentOutputArgs, opts ...InvokeOption) LookupGatewayPluginConfluentResultOutput
> Note: This function is named LookupGatewayPluginConfluent
in the Go SDK.
public static class GetGatewayPluginConfluent
{
public static Task<GetGatewayPluginConfluentResult> InvokeAsync(GetGatewayPluginConfluentArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginConfluentResult> Invoke(GetGatewayPluginConfluentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginConfluentResult> getGatewayPluginConfluent(GetGatewayPluginConfluentArgs args, InvokeOptions options)
public static Output<GetGatewayPluginConfluentResult> getGatewayPluginConfluent(GetGatewayPluginConfluentArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginConfluent:getGatewayPluginConfluent
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
getGatewayPluginConfluent Result
The following output properties are available:
- Config
Get
Gateway Plugin Confluent Config - Consumer
Get
Gateway Plugin Confluent Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Confluent Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Confluent Route - Service
Get
Gateway Plugin Confluent Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Confluent Config - Consumer
Get
Gateway Plugin Confluent Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Confluent Ordering - Protocols []string
- Route
Get
Gateway Plugin Confluent Route - Service
Get
Gateway Plugin Confluent Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Confluent Config - consumer
Get
Gateway Plugin Confluent Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Confluent Ordering - protocols List<String>
- route
Get
Gateway Plugin Confluent Route - service
Get
Gateway Plugin Confluent Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Confluent Config - consumer
Get
Gateway Plugin Confluent Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Confluent Ordering - protocols string[]
- route
Get
Gateway Plugin Confluent Route - service
Get
Gateway Plugin Confluent Service - string[]
- updated
At number
- config
Get
Gateway Plugin Confluent Config - consumer
Get
Gateway Plugin Confluent Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Confluent Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Confluent Route - service
Get
Gateway Plugin Confluent 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
GetGatewayPluginConfluentConfig
- Bootstrap
Servers List<GetGateway Plugin Confluent Config Bootstrap Server> - Set of bootstrap brokers in a
{host: host, port: port}
list format. - Cluster
Api stringKey - Username/Apikey for SASL authentication.
- Cluster
Api stringSecret - Password/ApiSecret for SASL authentication.
- 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. - Confluent
Cloud stringApi Key - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- Confluent
Cloud stringApi Secret - The corresponding secret for the Confluent Cloud API key.
- 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.
- Timeout double
- Socket timeout in milliseconds.
- Topic string
- The Kafka topic to publish to.
- Bootstrap
Servers []GetGateway Plugin Confluent Config Bootstrap Server - Set of bootstrap brokers in a
{host: host, port: port}
list format. - Cluster
Api stringKey - Username/Apikey for SASL authentication.
- Cluster
Api stringSecret - Password/ApiSecret for SASL authentication.
- 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. - Confluent
Cloud stringApi Key - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- Confluent
Cloud stringApi Secret - The corresponding secret for the Confluent Cloud API key.
- 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.
- Timeout float64
- Socket timeout in milliseconds.
- Topic string
- The Kafka topic to publish to.
- bootstrap
Servers List<GetGateway Plugin Confluent Config Bootstrap Server> - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster
Api StringKey - Username/Apikey for SASL authentication.
- cluster
Api StringSecret - Password/ApiSecret for SASL authentication.
- 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. - confluent
Cloud StringApi Key - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- confluent
Cloud StringApi Secret - The corresponding secret for the Confluent Cloud API key.
- 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.
- timeout Double
- Socket timeout in milliseconds.
- topic String
- The Kafka topic to publish to.
- bootstrap
Servers GetGateway Plugin Confluent Config Bootstrap Server[] - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster
Api stringKey - Username/Apikey for SASL authentication.
- cluster
Api stringSecret - Password/ApiSecret for SASL authentication.
- 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. - confluent
Cloud stringApi Key - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- confluent
Cloud stringApi Secret - The corresponding secret for the Confluent Cloud API key.
- 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.
- timeout number
- Socket timeout in milliseconds.
- topic string
- The Kafka topic to publish to.
- bootstrap_
servers Sequence[GetGateway Plugin Confluent Config Bootstrap Server] - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster_
api_ strkey - Username/Apikey for SASL authentication.
- cluster_
api_ strsecret - Password/ApiSecret for SASL authentication.
- 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. - confluent_
cloud_ strapi_ key - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- confluent_
cloud_ strapi_ secret - The corresponding secret for the Confluent Cloud API key.
- 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.
- timeout float
- Socket timeout in milliseconds.
- topic str
- The Kafka topic to publish to.
- bootstrap
Servers List<Property Map> - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster
Api StringKey - Username/Apikey for SASL authentication.
- cluster
Api StringSecret - Password/ApiSecret for SASL authentication.
- 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. - confluent
Cloud StringApi Key - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- confluent
Cloud StringApi Secret - The corresponding secret for the Confluent Cloud API key.
- 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.
- timeout Number
- Socket timeout in milliseconds.
- topic String
- The Kafka topic to publish to.
GetGatewayPluginConfluentConfigBootstrapServer
GetGatewayPluginConfluentConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginConfluentOrdering
GetGatewayPluginConfluentOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginConfluentOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginConfluentRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginConfluentService
- 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.