konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginKafkaLog
Explore with Pulumi AI
Using getGatewayPluginKafkaLog
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 getGatewayPluginKafkaLog(args: GetGatewayPluginKafkaLogArgs, opts?: InvokeOptions): Promise<GetGatewayPluginKafkaLogResult>
function getGatewayPluginKafkaLogOutput(args: GetGatewayPluginKafkaLogOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginKafkaLogResult>
def get_gateway_plugin_kafka_log(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginKafkaLogResult
def get_gateway_plugin_kafka_log_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginKafkaLogResult]
func LookupGatewayPluginKafkaLog(ctx *Context, args *LookupGatewayPluginKafkaLogArgs, opts ...InvokeOption) (*LookupGatewayPluginKafkaLogResult, error)
func LookupGatewayPluginKafkaLogOutput(ctx *Context, args *LookupGatewayPluginKafkaLogOutputArgs, opts ...InvokeOption) LookupGatewayPluginKafkaLogResultOutput
> Note: This function is named LookupGatewayPluginKafkaLog
in the Go SDK.
public static class GetGatewayPluginKafkaLog
{
public static Task<GetGatewayPluginKafkaLogResult> InvokeAsync(GetGatewayPluginKafkaLogArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginKafkaLogResult> Invoke(GetGatewayPluginKafkaLogInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginKafkaLogResult> getGatewayPluginKafkaLog(GetGatewayPluginKafkaLogArgs args, InvokeOptions options)
public static Output<GetGatewayPluginKafkaLogResult> getGatewayPluginKafkaLog(GetGatewayPluginKafkaLogArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginKafkaLog:getGatewayPluginKafkaLog
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
getGatewayPluginKafkaLog Result
The following output properties are available:
- Config
Get
Gateway Plugin Kafka Log Config - Consumer
Get
Gateway Plugin Kafka Log Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Kafka Log Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Kafka Log Route - Service
Get
Gateway Plugin Kafka Log Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Kafka Log Config - Consumer
Get
Gateway Plugin Kafka Log Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Kafka Log Ordering - Protocols []string
- Route
Get
Gateway Plugin Kafka Log Route - Service
Get
Gateway Plugin Kafka Log Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Kafka Log Config - consumer
Get
Gateway Plugin Kafka Log Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Kafka Log Ordering - protocols List<String>
- route
Get
Gateway Plugin Kafka Log Route - service
Get
Gateway Plugin Kafka Log Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Kafka Log Config - consumer
Get
Gateway Plugin Kafka Log Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Kafka Log Ordering - protocols string[]
- route
Get
Gateway Plugin Kafka Log Route - service
Get
Gateway Plugin Kafka Log Service - string[]
- updated
At number
- config
Get
Gateway Plugin Kafka Log Config - consumer
Get
Gateway Plugin Kafka Log Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Kafka Log Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Kafka Log Route - service
Get
Gateway Plugin Kafka Log 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
GetGatewayPluginKafkaLogConfig
- Authentication
Get
Gateway Plugin Kafka Log Config Authentication - Bootstrap
Servers List<GetGateway Plugin Kafka Log 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. - Custom
Fields Dictionary<string, string>By Lua - Lua code as a key-value map
- Keepalive double
- 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 Produce 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 Log Config Security - Timeout double
- Socket timeout in milliseconds.
- Topic string
- The Kafka topic to publish to.
- Authentication
Get
Gateway Plugin Kafka Log Config Authentication - Bootstrap
Servers []GetGateway Plugin Kafka Log 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. - Custom
Fields map[string]stringBy Lua - Lua code as a key-value map
- Keepalive float64
- 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 Produce 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 Log Config Security - Timeout float64
- Socket timeout in milliseconds.
- Topic string
- The Kafka topic to publish to.
- authentication
Get
Gateway Plugin Kafka Log Config Authentication - bootstrap
Servers List<GetGateway Plugin Kafka Log 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. - custom
Fields Map<String,String>By Lua - Lua code as a key-value map
- keepalive Double
- 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 Produce 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 Log Config Security - timeout Double
- Socket timeout in milliseconds.
- topic String
- The Kafka topic to publish to.
- authentication
Get
Gateway Plugin Kafka Log Config Authentication - bootstrap
Servers GetGateway Plugin Kafka Log 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. - custom
Fields {[key: string]: string}By Lua - Lua code as a key-value map
- keepalive number
- 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 Produce 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 Log Config Security - timeout number
- Socket timeout in milliseconds.
- topic string
- The Kafka topic to publish to.
- authentication
Get
Gateway Plugin Kafka Log Config Authentication - bootstrap_
servers Sequence[GetGateway Plugin Kafka Log 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. - custom_
fields_ Mapping[str, str]by_ lua - Lua code as a key-value map
- keepalive float
- 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 Produce 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 Log 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. - custom
Fields Map<String>By Lua - Lua code as a key-value map
- keepalive Number
- 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 Produce 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.
GetGatewayPluginKafkaLogConfigAuthentication
- Mechanism string
- The SASL authentication mechanism. Supported options:
PLAIN
orSCRAM-SHA-256
. - 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
orSCRAM-SHA-256
. - 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
orSCRAM-SHA-256
. - 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
orSCRAM-SHA-256
. - 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
orSCRAM-SHA-256
. - 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
orSCRAM-SHA-256
. - 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.
GetGatewayPluginKafkaLogConfigBootstrapServer
GetGatewayPluginKafkaLogConfigSecurity
- 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.
GetGatewayPluginKafkaLogConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginKafkaLogOrdering
GetGatewayPluginKafkaLogOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginKafkaLogOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginKafkaLogRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginKafkaLogService
- 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.