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

konnect.getGatewayPluginKafkaLog

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    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:

    getGatewayPluginKafkaLog Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginKafkaLogConfig

    Authentication GetGatewayPluginKafkaLogConfigAuthentication
    BootstrapServers List<GetGatewayPluginKafkaLogConfigBootstrapServer>
    Set of bootstrap brokers in a {host: host, port: port} list format.
    ClusterName 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.
    CustomFieldsByLua Dictionary<string, string>
    Lua code as a key-value map
    Keepalive double
    KeepaliveEnabled bool
    ProducerAsync bool
    Flag to enable asynchronous mode.
    ProducerAsyncBufferingLimitsMessagesInMemory double
    Maximum number of messages that can be buffered in memory in asynchronous mode.
    ProducerAsyncFlushTimeout double
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
    ProducerRequestAcks double
    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).
    ProducerRequestLimitsBytesPerRequest double
    Maximum size of a Produce request in bytes.
    ProducerRequestLimitsMessagesPerRequest double
    Maximum number of messages to include into a single Produce request.
    ProducerRequestRetriesBackoffTimeout double
    Backoff interval between retry attempts in milliseconds.
    ProducerRequestRetriesMaxAttempts double
    Maximum number of retry attempts per single Produce request.
    ProducerRequestTimeout double
    Time to wait for a Produce response in milliseconds
    Security GetGatewayPluginKafkaLogConfigSecurity
    Timeout double
    Socket timeout in milliseconds.
    Topic string
    The Kafka topic to publish to.
    Authentication GetGatewayPluginKafkaLogConfigAuthentication
    BootstrapServers []GetGatewayPluginKafkaLogConfigBootstrapServer
    Set of bootstrap brokers in a {host: host, port: port} list format.
    ClusterName 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.
    CustomFieldsByLua map[string]string
    Lua code as a key-value map
    Keepalive float64
    KeepaliveEnabled bool
    ProducerAsync bool
    Flag to enable asynchronous mode.
    ProducerAsyncBufferingLimitsMessagesInMemory float64
    Maximum number of messages that can be buffered in memory in asynchronous mode.
    ProducerAsyncFlushTimeout float64
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
    ProducerRequestAcks float64
    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).
    ProducerRequestLimitsBytesPerRequest float64
    Maximum size of a Produce request in bytes.
    ProducerRequestLimitsMessagesPerRequest float64
    Maximum number of messages to include into a single Produce request.
    ProducerRequestRetriesBackoffTimeout float64
    Backoff interval between retry attempts in milliseconds.
    ProducerRequestRetriesMaxAttempts float64
    Maximum number of retry attempts per single Produce request.
    ProducerRequestTimeout float64
    Time to wait for a Produce response in milliseconds
    Security GetGatewayPluginKafkaLogConfigSecurity
    Timeout float64
    Socket timeout in milliseconds.
    Topic string
    The Kafka topic to publish to.
    authentication GetGatewayPluginKafkaLogConfigAuthentication
    bootstrapServers List<GetGatewayPluginKafkaLogConfigBootstrapServer>
    Set of bootstrap brokers in a {host: host, port: port} list format.
    clusterName 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.
    customFieldsByLua Map<String,String>
    Lua code as a key-value map
    keepalive Double
    keepaliveEnabled Boolean
    producerAsync Boolean
    Flag to enable asynchronous mode.
    producerAsyncBufferingLimitsMessagesInMemory Double
    Maximum number of messages that can be buffered in memory in asynchronous mode.
    producerAsyncFlushTimeout Double
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
    producerRequestAcks Double
    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).
    producerRequestLimitsBytesPerRequest Double
    Maximum size of a Produce request in bytes.
    producerRequestLimitsMessagesPerRequest Double
    Maximum number of messages to include into a single Produce request.
    producerRequestRetriesBackoffTimeout Double
    Backoff interval between retry attempts in milliseconds.
    producerRequestRetriesMaxAttempts Double
    Maximum number of retry attempts per single Produce request.
    producerRequestTimeout Double
    Time to wait for a Produce response in milliseconds
    security GetGatewayPluginKafkaLogConfigSecurity
    timeout Double
    Socket timeout in milliseconds.
    topic String
    The Kafka topic to publish to.
    authentication GetGatewayPluginKafkaLogConfigAuthentication
    bootstrapServers GetGatewayPluginKafkaLogConfigBootstrapServer[]
    Set of bootstrap brokers in a {host: host, port: port} list format.
    clusterName 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.
    customFieldsByLua {[key: string]: string}
    Lua code as a key-value map
    keepalive number
    keepaliveEnabled boolean
    producerAsync boolean
    Flag to enable asynchronous mode.
    producerAsyncBufferingLimitsMessagesInMemory number
    Maximum number of messages that can be buffered in memory in asynchronous mode.
    producerAsyncFlushTimeout number
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
    producerRequestAcks number
    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).
    producerRequestLimitsBytesPerRequest number
    Maximum size of a Produce request in bytes.
    producerRequestLimitsMessagesPerRequest number
    Maximum number of messages to include into a single Produce request.
    producerRequestRetriesBackoffTimeout number
    Backoff interval between retry attempts in milliseconds.
    producerRequestRetriesMaxAttempts number
    Maximum number of retry attempts per single Produce request.
    producerRequestTimeout number
    Time to wait for a Produce response in milliseconds
    security GetGatewayPluginKafkaLogConfigSecurity
    timeout number
    Socket timeout in milliseconds.
    topic string
    The Kafka topic to publish to.
    authentication GetGatewayPluginKafkaLogConfigAuthentication
    bootstrap_servers Sequence[GetGatewayPluginKafkaLogConfigBootstrapServer]
    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_by_lua Mapping[str, str]
    Lua code as a key-value map
    keepalive float
    keepalive_enabled bool
    producer_async bool
    Flag to enable asynchronous mode.
    producer_async_buffering_limits_messages_in_memory float
    Maximum number of messages that can be buffered in memory in asynchronous mode.
    producer_async_flush_timeout float
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
    producer_request_acks float
    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_limits_bytes_per_request float
    Maximum size of a Produce request in bytes.
    producer_request_limits_messages_per_request float
    Maximum number of messages to include into a single Produce request.
    producer_request_retries_backoff_timeout float
    Backoff interval between retry attempts in milliseconds.
    producer_request_retries_max_attempts float
    Maximum number of retry attempts per single Produce request.
    producer_request_timeout float
    Time to wait for a Produce response in milliseconds
    security GetGatewayPluginKafkaLogConfigSecurity
    timeout float
    Socket timeout in milliseconds.
    topic str
    The Kafka topic to publish to.
    authentication Property Map
    bootstrapServers List<Property Map>
    Set of bootstrap brokers in a {host: host, port: port} list format.
    clusterName 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.
    customFieldsByLua Map<String>
    Lua code as a key-value map
    keepalive Number
    keepaliveEnabled Boolean
    producerAsync Boolean
    Flag to enable asynchronous mode.
    producerAsyncBufferingLimitsMessagesInMemory Number
    Maximum number of messages that can be buffered in memory in asynchronous mode.
    producerAsyncFlushTimeout Number
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
    producerRequestAcks Number
    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).
    producerRequestLimitsBytesPerRequest Number
    Maximum size of a Produce request in bytes.
    producerRequestLimitsMessagesPerRequest Number
    Maximum number of messages to include into a single Produce request.
    producerRequestRetriesBackoffTimeout Number
    Backoff interval between retry attempts in milliseconds.
    producerRequestRetriesMaxAttempts Number
    Maximum number of retry attempts per single Produce request.
    producerRequestTimeout Number
    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 or SCRAM-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 or SCRAM-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 or SCRAM-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 or SCRAM-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 or SCRAM-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 or SCRAM-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

    Host string
    A string representing a host name, such as example.com.
    Port double
    An integer representing a port number between 0 and 65535, inclusive.
    Host string
    A string representing a host name, such as example.com.
    Port float64
    An integer representing a port number between 0 and 65535, inclusive.
    host String
    A string representing a host name, such as example.com.
    port Double
    An integer representing a port number between 0 and 65535, inclusive.
    host string
    A string representing a host name, such as example.com.
    port number
    An integer representing a port number between 0 and 65535, inclusive.
    host str
    A string representing a host name, such as example.com.
    port float
    An integer representing a port number between 0 and 65535, inclusive.
    host String
    A string representing a host name, such as example.com.
    port Number
    An integer representing a port number between 0 and 65535, inclusive.

    GetGatewayPluginKafkaLogConfigSecurity

    CertificateId string
    UUID of certificate entity for mTLS authentication.
    Ssl bool
    Enables TLS.
    CertificateId string
    UUID of certificate entity for mTLS authentication.
    Ssl bool
    Enables TLS.
    certificateId String
    UUID of certificate entity for mTLS authentication.
    ssl Boolean
    Enables TLS.
    certificateId 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.
    certificateId 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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong