1. Packages
  2. Konnect Provider
  3. API Docs
  4. GatewayPluginConfluent
konnect 3.0.0 published on Friday, Aug 22, 2025 by kong

konnect.GatewayPluginConfluent

Explore with Pulumi AI

konnect logo
konnect 3.0.0 published on Friday, Aug 22, 2025 by kong

    GatewayPluginConfluent Resource

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.konnect.GatewayPluginConfluent;
    import com.pulumi.konnect.GatewayPluginConfluentArgs;
    import com.pulumi.konnect.inputs.GatewayPluginConfluentConfigArgs;
    import com.pulumi.konnect.inputs.GatewayPluginConfluentConsumerArgs;
    import com.pulumi.konnect.inputs.GatewayPluginConfluentOrderingArgs;
    import com.pulumi.konnect.inputs.GatewayPluginConfluentOrderingAfterArgs;
    import com.pulumi.konnect.inputs.GatewayPluginConfluentOrderingBeforeArgs;
    import com.pulumi.konnect.inputs.GatewayPluginConfluentPartialArgs;
    import com.pulumi.konnect.inputs.GatewayPluginConfluentRouteArgs;
    import com.pulumi.konnect.inputs.GatewayPluginConfluentServiceArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var myGatewaypluginconfluent = new GatewayPluginConfluent("myGatewaypluginconfluent", GatewayPluginConfluentArgs.builder()
                .config(GatewayPluginConfluentConfigArgs.builder()
                    .allowed_topics("...")
                    .bootstrap_servers(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .cluster_api_key("...my_cluster_api_key...")
                    .cluster_api_secret("...my_cluster_api_secret...")
                    .cluster_name("...my_cluster_name...")
                    .confluent_cloud_api_key("...my_confluent_cloud_api_key...")
                    .confluent_cloud_api_secret("...my_confluent_cloud_api_secret...")
                    .forward_body(false)
                    .forward_headers(false)
                    .forward_method(false)
                    .forward_uri(true)
                    .keepalive(3)
                    .keepalive_enabled(true)
                    .key_query_arg("...my_key_query_arg...")
                    .message_by_lua_functions("...")
                    .producer_async(false)
                    .producer_async_buffering_limits_messages_in_memory(9)
                    .producer_async_flush_timeout(1)
                    .producer_request_acks(0)
                    .producer_request_limits_bytes_per_request(7)
                    .producer_request_limits_messages_per_request(6)
                    .producer_request_retries_backoff_timeout(4)
                    .producer_request_retries_max_attempts(2)
                    .producer_request_timeout(1)
                    .schema_registry(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .timeout(0)
                    .topic("...my_topic...")
                    .topics_query_arg("...my_topics_query_arg...")
                    .build())
                .consumer(GatewayPluginConfluentConsumerArgs.builder()
                    .id("...my_id...")
                    .build())
                .controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
                .createdAt(0)
                .enabled(true)
                .gatewayPluginConfluentId("...my_id...")
                .instanceName("...my_instance_name...")
                .ordering(GatewayPluginConfluentOrderingArgs.builder()
                    .after(GatewayPluginConfluentOrderingAfterArgs.builder()
                        .access("...")
                        .build())
                    .before(GatewayPluginConfluentOrderingBeforeArgs.builder()
                        .access("...")
                        .build())
                    .build())
                .partials(GatewayPluginConfluentPartialArgs.builder()
                    .id("...my_id...")
                    .name("...my_name...")
                    .path("...my_path...")
                    .build())
                .protocols("http")
                .route(GatewayPluginConfluentRouteArgs.builder()
                    .id("...my_id...")
                    .build())
                .service(GatewayPluginConfluentServiceArgs.builder()
                    .id("...my_id...")
                    .build())
                .tags("...")
                .updatedAt(1)
                .build());
    
        }
    }
    
    resources:
      myGatewaypluginconfluent:
        type: konnect:GatewayPluginConfluent
        properties:
          config:
            allowed_topics:
              - '...'
            bootstrap_servers:
              - host: '...my_host...'
                port: 53037
            cluster_api_key: '...my_cluster_api_key...'
            cluster_api_secret: '...my_cluster_api_secret...'
            cluster_name: '...my_cluster_name...'
            confluent_cloud_api_key: '...my_confluent_cloud_api_key...'
            confluent_cloud_api_secret: '...my_confluent_cloud_api_secret...'
            forward_body: false
            forward_headers: false
            forward_method: false
            forward_uri: true
            keepalive: 3
            keepalive_enabled: true
            key_query_arg: '...my_key_query_arg...'
            message_by_lua_functions:
              - '...'
            producer_async: false
            producer_async_buffering_limits_messages_in_memory: 9
            producer_async_flush_timeout: 1
            producer_request_acks: 0
            producer_request_limits_bytes_per_request: 7
            producer_request_limits_messages_per_request: 6
            producer_request_retries_backoff_timeout: 4
            producer_request_retries_max_attempts: 2
            producer_request_timeout: 1
            schema_registry:
              confluent:
                authentication:
                  basic:
                    password: '...my_password...'
                    username: '...my_username...'
                  mode: basic
                keySchema:
                  schemaVersion: '...my_schema_version...'
                  subjectName: '...my_subject_name...'
                sslVerify: true
                ttl: 1001.01
                url: '...my_url...'
                valueSchema:
                  schemaVersion: '...my_schema_version...'
                  subjectName: '...my_subject_name...'
            timeout: 0
            topic: '...my_topic...'
            topics_query_arg: '...my_topics_query_arg...'
          consumer:
            id: '...my_id...'
          controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
          createdAt: 0
          enabled: true
          gatewayPluginConfluentId: '...my_id...'
          instanceName: '...my_instance_name...'
          ordering:
            after:
              access:
                - '...'
            before:
              access:
                - '...'
          partials:
            - id: '...my_id...'
              name: '...my_name...'
              path: '...my_path...'
          protocols:
            - http
          route:
            id: '...my_id...'
          service:
            id: '...my_id...'
          tags:
            - '...'
          updatedAt: 1
    

    Create GatewayPluginConfluent Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GatewayPluginConfluent(name: string, args: GatewayPluginConfluentArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayPluginConfluent(resource_name: str,
                               args: GatewayPluginConfluentArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayPluginConfluent(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               control_plane_id: Optional[str] = None,
                               config: Optional[GatewayPluginConfluentConfigArgs] = None,
                               instance_name: Optional[str] = None,
                               created_at: Optional[float] = None,
                               enabled: Optional[bool] = None,
                               gateway_plugin_confluent_id: Optional[str] = None,
                               consumer: Optional[GatewayPluginConfluentConsumerArgs] = None,
                               ordering: Optional[GatewayPluginConfluentOrderingArgs] = None,
                               partials: Optional[Sequence[GatewayPluginConfluentPartialArgs]] = None,
                               protocols: Optional[Sequence[str]] = None,
                               route: Optional[GatewayPluginConfluentRouteArgs] = None,
                               service: Optional[GatewayPluginConfluentServiceArgs] = None,
                               tags: Optional[Sequence[str]] = None,
                               updated_at: Optional[float] = None)
    func NewGatewayPluginConfluent(ctx *Context, name string, args GatewayPluginConfluentArgs, opts ...ResourceOption) (*GatewayPluginConfluent, error)
    public GatewayPluginConfluent(string name, GatewayPluginConfluentArgs args, CustomResourceOptions? opts = null)
    public GatewayPluginConfluent(String name, GatewayPluginConfluentArgs args)
    public GatewayPluginConfluent(String name, GatewayPluginConfluentArgs args, CustomResourceOptions options)
    
    type: konnect:GatewayPluginConfluent
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args GatewayPluginConfluentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GatewayPluginConfluentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GatewayPluginConfluentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayPluginConfluentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayPluginConfluentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var gatewayPluginConfluentResource = new Konnect.GatewayPluginConfluent("gatewayPluginConfluentResource", new()
    {
        ControlPlaneId = "string",
        Config = new Konnect.Inputs.GatewayPluginConfluentConfigArgs
        {
            ClusterApiSecret = "string",
            Topic = "string",
            ClusterApiKey = "string",
            MessageByLuaFunctions = new[]
            {
                "string",
            },
            ProducerAsyncBufferingLimitsMessagesInMemory = 0,
            ConfluentCloudApiKey = "string",
            ConfluentCloudApiSecret = "string",
            ForwardBody = false,
            ForwardHeaders = false,
            ForwardMethod = false,
            ForwardUri = false,
            Keepalive = 0,
            KeepaliveEnabled = false,
            KeyQueryArg = "string",
            AllowedTopics = new[]
            {
                "string",
            },
            ProducerAsync = false,
            ClusterName = "string",
            ProducerAsyncFlushTimeout = 0,
            ProducerRequestAcks = 0,
            ProducerRequestLimitsBytesPerRequest = 0,
            ProducerRequestLimitsMessagesPerRequest = 0,
            ProducerRequestRetriesBackoffTimeout = 0,
            ProducerRequestRetriesMaxAttempts = 0,
            ProducerRequestTimeout = 0,
            SchemaRegistry = new Konnect.Inputs.GatewayPluginConfluentConfigSchemaRegistryArgs
            {
                Confluent = new Konnect.Inputs.GatewayPluginConfluentConfigSchemaRegistryConfluentArgs
                {
                    Authentication = new Konnect.Inputs.GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationArgs
                    {
                        Basic = new Konnect.Inputs.GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasicArgs
                        {
                            Password = "string",
                            Username = "string",
                        },
                        Mode = "string",
                    },
                    KeySchema = new Konnect.Inputs.GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchemaArgs
                    {
                        SchemaVersion = "string",
                        SubjectName = "string",
                    },
                    SslVerify = false,
                    Ttl = 0,
                    Url = "string",
                    ValueSchema = new Konnect.Inputs.GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchemaArgs
                    {
                        SchemaVersion = "string",
                        SubjectName = "string",
                    },
                },
            },
            Timeout = 0,
            BootstrapServers = new[]
            {
                new Konnect.Inputs.GatewayPluginConfluentConfigBootstrapServerArgs
                {
                    Host = "string",
                    Port = 0,
                },
            },
            TopicsQueryArg = "string",
        },
        InstanceName = "string",
        CreatedAt = 0,
        Enabled = false,
        GatewayPluginConfluentId = "string",
        Consumer = new Konnect.Inputs.GatewayPluginConfluentConsumerArgs
        {
            Id = "string",
        },
        Ordering = new Konnect.Inputs.GatewayPluginConfluentOrderingArgs
        {
            After = new Konnect.Inputs.GatewayPluginConfluentOrderingAfterArgs
            {
                Accesses = new[]
                {
                    "string",
                },
            },
            Before = new Konnect.Inputs.GatewayPluginConfluentOrderingBeforeArgs
            {
                Accesses = new[]
                {
                    "string",
                },
            },
        },
        Partials = new[]
        {
            new Konnect.Inputs.GatewayPluginConfluentPartialArgs
            {
                Id = "string",
                Name = "string",
                Path = "string",
            },
        },
        Protocols = new[]
        {
            "string",
        },
        Route = new Konnect.Inputs.GatewayPluginConfluentRouteArgs
        {
            Id = "string",
        },
        Service = new Konnect.Inputs.GatewayPluginConfluentServiceArgs
        {
            Id = "string",
        },
        Tags = new[]
        {
            "string",
        },
        UpdatedAt = 0,
    });
    
    example, err := konnect.NewGatewayPluginConfluent(ctx, "gatewayPluginConfluentResource", &konnect.GatewayPluginConfluentArgs{
    	ControlPlaneId: pulumi.String("string"),
    	Config: &konnect.GatewayPluginConfluentConfigArgs{
    		ClusterApiSecret: pulumi.String("string"),
    		Topic:            pulumi.String("string"),
    		ClusterApiKey:    pulumi.String("string"),
    		MessageByLuaFunctions: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		ProducerAsyncBufferingLimitsMessagesInMemory: pulumi.Float64(0),
    		ConfluentCloudApiKey:                         pulumi.String("string"),
    		ConfluentCloudApiSecret:                      pulumi.String("string"),
    		ForwardBody:                                  pulumi.Bool(false),
    		ForwardHeaders:                               pulumi.Bool(false),
    		ForwardMethod:                                pulumi.Bool(false),
    		ForwardUri:                                   pulumi.Bool(false),
    		Keepalive:                                    pulumi.Float64(0),
    		KeepaliveEnabled:                             pulumi.Bool(false),
    		KeyQueryArg:                                  pulumi.String("string"),
    		AllowedTopics: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		ProducerAsync:                           pulumi.Bool(false),
    		ClusterName:                             pulumi.String("string"),
    		ProducerAsyncFlushTimeout:               pulumi.Float64(0),
    		ProducerRequestAcks:                     pulumi.Float64(0),
    		ProducerRequestLimitsBytesPerRequest:    pulumi.Float64(0),
    		ProducerRequestLimitsMessagesPerRequest: pulumi.Float64(0),
    		ProducerRequestRetriesBackoffTimeout:    pulumi.Float64(0),
    		ProducerRequestRetriesMaxAttempts:       pulumi.Float64(0),
    		ProducerRequestTimeout:                  pulumi.Float64(0),
    		SchemaRegistry: &konnect.GatewayPluginConfluentConfigSchemaRegistryArgs{
    			Confluent: &konnect.GatewayPluginConfluentConfigSchemaRegistryConfluentArgs{
    				Authentication: &konnect.GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationArgs{
    					Basic: &konnect.GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasicArgs{
    						Password: pulumi.String("string"),
    						Username: pulumi.String("string"),
    					},
    					Mode: pulumi.String("string"),
    				},
    				KeySchema: &konnect.GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchemaArgs{
    					SchemaVersion: pulumi.String("string"),
    					SubjectName:   pulumi.String("string"),
    				},
    				SslVerify: pulumi.Bool(false),
    				Ttl:       pulumi.Float64(0),
    				Url:       pulumi.String("string"),
    				ValueSchema: &konnect.GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchemaArgs{
    					SchemaVersion: pulumi.String("string"),
    					SubjectName:   pulumi.String("string"),
    				},
    			},
    		},
    		Timeout: pulumi.Float64(0),
    		BootstrapServers: konnect.GatewayPluginConfluentConfigBootstrapServerArray{
    			&konnect.GatewayPluginConfluentConfigBootstrapServerArgs{
    				Host: pulumi.String("string"),
    				Port: pulumi.Float64(0),
    			},
    		},
    		TopicsQueryArg: pulumi.String("string"),
    	},
    	InstanceName:             pulumi.String("string"),
    	CreatedAt:                pulumi.Float64(0),
    	Enabled:                  pulumi.Bool(false),
    	GatewayPluginConfluentId: pulumi.String("string"),
    	Consumer: &konnect.GatewayPluginConfluentConsumerArgs{
    		Id: pulumi.String("string"),
    	},
    	Ordering: &konnect.GatewayPluginConfluentOrderingArgs{
    		After: &konnect.GatewayPluginConfluentOrderingAfterArgs{
    			Accesses: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    		Before: &konnect.GatewayPluginConfluentOrderingBeforeArgs{
    			Accesses: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	Partials: konnect.GatewayPluginConfluentPartialArray{
    		&konnect.GatewayPluginConfluentPartialArgs{
    			Id:   pulumi.String("string"),
    			Name: pulumi.String("string"),
    			Path: pulumi.String("string"),
    		},
    	},
    	Protocols: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Route: &konnect.GatewayPluginConfluentRouteArgs{
    		Id: pulumi.String("string"),
    	},
    	Service: &konnect.GatewayPluginConfluentServiceArgs{
    		Id: pulumi.String("string"),
    	},
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	UpdatedAt: pulumi.Float64(0),
    })
    
    var gatewayPluginConfluentResource = new GatewayPluginConfluent("gatewayPluginConfluentResource", GatewayPluginConfluentArgs.builder()
        .controlPlaneId("string")
        .config(GatewayPluginConfluentConfigArgs.builder()
            .clusterApiSecret("string")
            .topic("string")
            .clusterApiKey("string")
            .messageByLuaFunctions("string")
            .producerAsyncBufferingLimitsMessagesInMemory(0.0)
            .confluentCloudApiKey("string")
            .confluentCloudApiSecret("string")
            .forwardBody(false)
            .forwardHeaders(false)
            .forwardMethod(false)
            .forwardUri(false)
            .keepalive(0.0)
            .keepaliveEnabled(false)
            .keyQueryArg("string")
            .allowedTopics("string")
            .producerAsync(false)
            .clusterName("string")
            .producerAsyncFlushTimeout(0.0)
            .producerRequestAcks(0.0)
            .producerRequestLimitsBytesPerRequest(0.0)
            .producerRequestLimitsMessagesPerRequest(0.0)
            .producerRequestRetriesBackoffTimeout(0.0)
            .producerRequestRetriesMaxAttempts(0.0)
            .producerRequestTimeout(0.0)
            .schemaRegistry(GatewayPluginConfluentConfigSchemaRegistryArgs.builder()
                .confluent(GatewayPluginConfluentConfigSchemaRegistryConfluentArgs.builder()
                    .authentication(GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationArgs.builder()
                        .basic(GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasicArgs.builder()
                            .password("string")
                            .username("string")
                            .build())
                        .mode("string")
                        .build())
                    .keySchema(GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchemaArgs.builder()
                        .schemaVersion("string")
                        .subjectName("string")
                        .build())
                    .sslVerify(false)
                    .ttl(0.0)
                    .url("string")
                    .valueSchema(GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchemaArgs.builder()
                        .schemaVersion("string")
                        .subjectName("string")
                        .build())
                    .build())
                .build())
            .timeout(0.0)
            .bootstrapServers(GatewayPluginConfluentConfigBootstrapServerArgs.builder()
                .host("string")
                .port(0.0)
                .build())
            .topicsQueryArg("string")
            .build())
        .instanceName("string")
        .createdAt(0.0)
        .enabled(false)
        .gatewayPluginConfluentId("string")
        .consumer(GatewayPluginConfluentConsumerArgs.builder()
            .id("string")
            .build())
        .ordering(GatewayPluginConfluentOrderingArgs.builder()
            .after(GatewayPluginConfluentOrderingAfterArgs.builder()
                .accesses("string")
                .build())
            .before(GatewayPluginConfluentOrderingBeforeArgs.builder()
                .accesses("string")
                .build())
            .build())
        .partials(GatewayPluginConfluentPartialArgs.builder()
            .id("string")
            .name("string")
            .path("string")
            .build())
        .protocols("string")
        .route(GatewayPluginConfluentRouteArgs.builder()
            .id("string")
            .build())
        .service(GatewayPluginConfluentServiceArgs.builder()
            .id("string")
            .build())
        .tags("string")
        .updatedAt(0.0)
        .build());
    
    gateway_plugin_confluent_resource = konnect.GatewayPluginConfluent("gatewayPluginConfluentResource",
        control_plane_id="string",
        config={
            "cluster_api_secret": "string",
            "topic": "string",
            "cluster_api_key": "string",
            "message_by_lua_functions": ["string"],
            "producer_async_buffering_limits_messages_in_memory": 0,
            "confluent_cloud_api_key": "string",
            "confluent_cloud_api_secret": "string",
            "forward_body": False,
            "forward_headers": False,
            "forward_method": False,
            "forward_uri": False,
            "keepalive": 0,
            "keepalive_enabled": False,
            "key_query_arg": "string",
            "allowed_topics": ["string"],
            "producer_async": False,
            "cluster_name": "string",
            "producer_async_flush_timeout": 0,
            "producer_request_acks": 0,
            "producer_request_limits_bytes_per_request": 0,
            "producer_request_limits_messages_per_request": 0,
            "producer_request_retries_backoff_timeout": 0,
            "producer_request_retries_max_attempts": 0,
            "producer_request_timeout": 0,
            "schema_registry": {
                "confluent": {
                    "authentication": {
                        "basic": {
                            "password": "string",
                            "username": "string",
                        },
                        "mode": "string",
                    },
                    "key_schema": {
                        "schema_version": "string",
                        "subject_name": "string",
                    },
                    "ssl_verify": False,
                    "ttl": 0,
                    "url": "string",
                    "value_schema": {
                        "schema_version": "string",
                        "subject_name": "string",
                    },
                },
            },
            "timeout": 0,
            "bootstrap_servers": [{
                "host": "string",
                "port": 0,
            }],
            "topics_query_arg": "string",
        },
        instance_name="string",
        created_at=0,
        enabled=False,
        gateway_plugin_confluent_id="string",
        consumer={
            "id": "string",
        },
        ordering={
            "after": {
                "accesses": ["string"],
            },
            "before": {
                "accesses": ["string"],
            },
        },
        partials=[{
            "id": "string",
            "name": "string",
            "path": "string",
        }],
        protocols=["string"],
        route={
            "id": "string",
        },
        service={
            "id": "string",
        },
        tags=["string"],
        updated_at=0)
    
    const gatewayPluginConfluentResource = new konnect.GatewayPluginConfluent("gatewayPluginConfluentResource", {
        controlPlaneId: "string",
        config: {
            clusterApiSecret: "string",
            topic: "string",
            clusterApiKey: "string",
            messageByLuaFunctions: ["string"],
            producerAsyncBufferingLimitsMessagesInMemory: 0,
            confluentCloudApiKey: "string",
            confluentCloudApiSecret: "string",
            forwardBody: false,
            forwardHeaders: false,
            forwardMethod: false,
            forwardUri: false,
            keepalive: 0,
            keepaliveEnabled: false,
            keyQueryArg: "string",
            allowedTopics: ["string"],
            producerAsync: false,
            clusterName: "string",
            producerAsyncFlushTimeout: 0,
            producerRequestAcks: 0,
            producerRequestLimitsBytesPerRequest: 0,
            producerRequestLimitsMessagesPerRequest: 0,
            producerRequestRetriesBackoffTimeout: 0,
            producerRequestRetriesMaxAttempts: 0,
            producerRequestTimeout: 0,
            schemaRegistry: {
                confluent: {
                    authentication: {
                        basic: {
                            password: "string",
                            username: "string",
                        },
                        mode: "string",
                    },
                    keySchema: {
                        schemaVersion: "string",
                        subjectName: "string",
                    },
                    sslVerify: false,
                    ttl: 0,
                    url: "string",
                    valueSchema: {
                        schemaVersion: "string",
                        subjectName: "string",
                    },
                },
            },
            timeout: 0,
            bootstrapServers: [{
                host: "string",
                port: 0,
            }],
            topicsQueryArg: "string",
        },
        instanceName: "string",
        createdAt: 0,
        enabled: false,
        gatewayPluginConfluentId: "string",
        consumer: {
            id: "string",
        },
        ordering: {
            after: {
                accesses: ["string"],
            },
            before: {
                accesses: ["string"],
            },
        },
        partials: [{
            id: "string",
            name: "string",
            path: "string",
        }],
        protocols: ["string"],
        route: {
            id: "string",
        },
        service: {
            id: "string",
        },
        tags: ["string"],
        updatedAt: 0,
    });
    
    type: konnect:GatewayPluginConfluent
    properties:
        config:
            allowedTopics:
                - string
            bootstrapServers:
                - host: string
                  port: 0
            clusterApiKey: string
            clusterApiSecret: string
            clusterName: string
            confluentCloudApiKey: string
            confluentCloudApiSecret: string
            forwardBody: false
            forwardHeaders: false
            forwardMethod: false
            forwardUri: false
            keepalive: 0
            keepaliveEnabled: false
            keyQueryArg: string
            messageByLuaFunctions:
                - string
            producerAsync: false
            producerAsyncBufferingLimitsMessagesInMemory: 0
            producerAsyncFlushTimeout: 0
            producerRequestAcks: 0
            producerRequestLimitsBytesPerRequest: 0
            producerRequestLimitsMessagesPerRequest: 0
            producerRequestRetriesBackoffTimeout: 0
            producerRequestRetriesMaxAttempts: 0
            producerRequestTimeout: 0
            schemaRegistry:
                confluent:
                    authentication:
                        basic:
                            password: string
                            username: string
                        mode: string
                    keySchema:
                        schemaVersion: string
                        subjectName: string
                    sslVerify: false
                    ttl: 0
                    url: string
                    valueSchema:
                        schemaVersion: string
                        subjectName: string
            timeout: 0
            topic: string
            topicsQueryArg: string
        consumer:
            id: string
        controlPlaneId: string
        createdAt: 0
        enabled: false
        gatewayPluginConfluentId: string
        instanceName: string
        ordering:
            after:
                accesses:
                    - string
            before:
                accesses:
                    - string
        partials:
            - id: string
              name: string
              path: string
        protocols:
            - string
        route:
            id: string
        service:
            id: string
        tags:
            - string
        updatedAt: 0
    

    GatewayPluginConfluent Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GatewayPluginConfluent resource accepts the following input properties:

    Config GatewayPluginConfluentConfig
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    Consumer GatewayPluginConfluentConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    CreatedAt double
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied. Default: true
    GatewayPluginConfluentId string
    A string representing a UUID (universally unique identifier).
    InstanceName string
    A unique string representing a UTF-8 encoded name.
    Ordering GatewayPluginConfluentOrdering
    Partials List<GatewayPluginConfluentPartial>
    A list of partials to be used by the plugin.
    Protocols List<string>
    A set of strings representing HTTP protocols.
    Route GatewayPluginConfluentRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginConfluentService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags List<string>
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt double
    Unix epoch when the resource was last updated.
    Config GatewayPluginConfluentConfigArgs
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    Consumer GatewayPluginConfluentConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    CreatedAt float64
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied. Default: true
    GatewayPluginConfluentId string
    A string representing a UUID (universally unique identifier).
    InstanceName string
    A unique string representing a UTF-8 encoded name.
    Ordering GatewayPluginConfluentOrderingArgs
    Partials []GatewayPluginConfluentPartialArgs
    A list of partials to be used by the plugin.
    Protocols []string
    A set of strings representing HTTP protocols.
    Route GatewayPluginConfluentRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginConfluentServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags []string
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt float64
    Unix epoch when the resource was last updated.
    config GatewayPluginConfluentConfig
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer GatewayPluginConfluentConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    createdAt Double
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied. Default: true
    gatewayPluginConfluentId String
    A string representing a UUID (universally unique identifier).
    instanceName String
    A unique string representing a UTF-8 encoded name.
    ordering GatewayPluginConfluentOrdering
    partials List<GatewayPluginConfluentPartial>
    A list of partials to be used by the plugin.
    protocols List<String>
    A set of strings representing HTTP protocols.
    route GatewayPluginConfluentRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginConfluentService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Double
    Unix epoch when the resource was last updated.
    config GatewayPluginConfluentConfig
    controlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer GatewayPluginConfluentConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    createdAt number
    Unix epoch when the resource was created.
    enabled boolean
    Whether the plugin is applied. Default: true
    gatewayPluginConfluentId string
    A string representing a UUID (universally unique identifier).
    instanceName string
    A unique string representing a UTF-8 encoded name.
    ordering GatewayPluginConfluentOrdering
    partials GatewayPluginConfluentPartial[]
    A list of partials to be used by the plugin.
    protocols string[]
    A set of strings representing HTTP protocols.
    route GatewayPluginConfluentRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginConfluentService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags string[]
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt number
    Unix epoch when the resource was last updated.
    config GatewayPluginConfluentConfigArgs
    control_plane_id str
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer GatewayPluginConfluentConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    created_at float
    Unix epoch when the resource was created.
    enabled bool
    Whether the plugin is applied. Default: true
    gateway_plugin_confluent_id str
    A string representing a UUID (universally unique identifier).
    instance_name str
    A unique string representing a UTF-8 encoded name.
    ordering GatewayPluginConfluentOrderingArgs
    partials Sequence[GatewayPluginConfluentPartialArgs]
    A list of partials to be used by the plugin.
    protocols Sequence[str]
    A set of strings representing HTTP protocols.
    route GatewayPluginConfluentRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginConfluentServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags Sequence[str]
    An optional set of strings associated with the Plugin for grouping and filtering.
    updated_at float
    Unix epoch when the resource was last updated.
    config Property Map
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer Property Map
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    createdAt Number
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied. Default: true
    gatewayPluginConfluentId String
    A string representing a UUID (universally unique identifier).
    instanceName String
    A unique string representing a UTF-8 encoded name.
    ordering Property Map
    partials List<Property Map>
    A list of partials to be used by the plugin.
    protocols List<String>
    A set of strings representing HTTP protocols.
    route Property Map
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service Property Map
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Number
    Unix epoch when the resource was last updated.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GatewayPluginConfluent resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing GatewayPluginConfluent Resource

    Get an existing GatewayPluginConfluent resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: GatewayPluginConfluentState, opts?: CustomResourceOptions): GatewayPluginConfluent
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            config: Optional[GatewayPluginConfluentConfigArgs] = None,
            consumer: Optional[GatewayPluginConfluentConsumerArgs] = None,
            control_plane_id: Optional[str] = None,
            created_at: Optional[float] = None,
            enabled: Optional[bool] = None,
            gateway_plugin_confluent_id: Optional[str] = None,
            instance_name: Optional[str] = None,
            ordering: Optional[GatewayPluginConfluentOrderingArgs] = None,
            partials: Optional[Sequence[GatewayPluginConfluentPartialArgs]] = None,
            protocols: Optional[Sequence[str]] = None,
            route: Optional[GatewayPluginConfluentRouteArgs] = None,
            service: Optional[GatewayPluginConfluentServiceArgs] = None,
            tags: Optional[Sequence[str]] = None,
            updated_at: Optional[float] = None) -> GatewayPluginConfluent
    func GetGatewayPluginConfluent(ctx *Context, name string, id IDInput, state *GatewayPluginConfluentState, opts ...ResourceOption) (*GatewayPluginConfluent, error)
    public static GatewayPluginConfluent Get(string name, Input<string> id, GatewayPluginConfluentState? state, CustomResourceOptions? opts = null)
    public static GatewayPluginConfluent get(String name, Output<String> id, GatewayPluginConfluentState state, CustomResourceOptions options)
    resources:  _:    type: konnect:GatewayPluginConfluent    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Config GatewayPluginConfluentConfig
    Consumer GatewayPluginConfluentConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    CreatedAt double
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied. Default: true
    GatewayPluginConfluentId string
    A string representing a UUID (universally unique identifier).
    InstanceName string
    A unique string representing a UTF-8 encoded name.
    Ordering GatewayPluginConfluentOrdering
    Partials List<GatewayPluginConfluentPartial>
    A list of partials to be used by the plugin.
    Protocols List<string>
    A set of strings representing HTTP protocols.
    Route GatewayPluginConfluentRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginConfluentService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags List<string>
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt double
    Unix epoch when the resource was last updated.
    Config GatewayPluginConfluentConfigArgs
    Consumer GatewayPluginConfluentConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    CreatedAt float64
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied. Default: true
    GatewayPluginConfluentId string
    A string representing a UUID (universally unique identifier).
    InstanceName string
    A unique string representing a UTF-8 encoded name.
    Ordering GatewayPluginConfluentOrderingArgs
    Partials []GatewayPluginConfluentPartialArgs
    A list of partials to be used by the plugin.
    Protocols []string
    A set of strings representing HTTP protocols.
    Route GatewayPluginConfluentRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginConfluentServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags []string
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt float64
    Unix epoch when the resource was last updated.
    config GatewayPluginConfluentConfig
    consumer GatewayPluginConfluentConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt Double
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied. Default: true
    gatewayPluginConfluentId String
    A string representing a UUID (universally unique identifier).
    instanceName String
    A unique string representing a UTF-8 encoded name.
    ordering GatewayPluginConfluentOrdering
    partials List<GatewayPluginConfluentPartial>
    A list of partials to be used by the plugin.
    protocols List<String>
    A set of strings representing HTTP protocols.
    route GatewayPluginConfluentRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginConfluentService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Double
    Unix epoch when the resource was last updated.
    config GatewayPluginConfluentConfig
    consumer GatewayPluginConfluentConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    controlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt number
    Unix epoch when the resource was created.
    enabled boolean
    Whether the plugin is applied. Default: true
    gatewayPluginConfluentId string
    A string representing a UUID (universally unique identifier).
    instanceName string
    A unique string representing a UTF-8 encoded name.
    ordering GatewayPluginConfluentOrdering
    partials GatewayPluginConfluentPartial[]
    A list of partials to be used by the plugin.
    protocols string[]
    A set of strings representing HTTP protocols.
    route GatewayPluginConfluentRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginConfluentService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags string[]
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt number
    Unix epoch when the resource was last updated.
    config GatewayPluginConfluentConfigArgs
    consumer GatewayPluginConfluentConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    control_plane_id str
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    created_at float
    Unix epoch when the resource was created.
    enabled bool
    Whether the plugin is applied. Default: true
    gateway_plugin_confluent_id str
    A string representing a UUID (universally unique identifier).
    instance_name str
    A unique string representing a UTF-8 encoded name.
    ordering GatewayPluginConfluentOrderingArgs
    partials Sequence[GatewayPluginConfluentPartialArgs]
    A list of partials to be used by the plugin.
    protocols Sequence[str]
    A set of strings representing HTTP protocols.
    route GatewayPluginConfluentRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginConfluentServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags Sequence[str]
    An optional set of strings associated with the Plugin for grouping and filtering.
    updated_at float
    Unix epoch when the resource was last updated.
    config Property Map
    consumer Property Map
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt Number
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied. Default: true
    gatewayPluginConfluentId String
    A string representing a UUID (universally unique identifier).
    instanceName String
    A unique string representing a UTF-8 encoded name.
    ordering Property Map
    partials List<Property Map>
    A list of partials to be used by the plugin.
    protocols List<String>
    A set of strings representing HTTP protocols.
    route Property Map
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service Property Map
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Number
    Unix epoch when the resource was last updated.

    Supporting Types

    GatewayPluginConfluentConfig, GatewayPluginConfluentConfigArgs

    ClusterApiKey string
    Username/Apikey for SASL authentication.
    ClusterApiSecret string
    Password/ApiSecret for SASL authentication.
    Topic string
    The default Kafka topic to publish to if the query parameter defined in the topics_query_arg does not exist in the request
    AllowedTopics List<string>
    The list of allowed topic names to which messages can be sent. The default topic configured in the topic field is always allowed, regardless of its inclusion in allowed_topics.
    BootstrapServers List<GatewayPluginConfluentConfigBootstrapServer>
    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.
    ConfluentCloudApiKey string
    Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
    ConfluentCloudApiSecret string
    The corresponding secret for the Confluent Cloud API key.
    ForwardBody bool
    Include the request body in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: true
    ForwardHeaders bool
    Include the request headers in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    ForwardMethod bool
    Include the request method in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    ForwardUri 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. Default: false
    Keepalive double
    Keepalive timeout in milliseconds. Default: 60000
    KeepaliveEnabled bool
    Default: false
    KeyQueryArg string
    The request query parameter name that contains the Kafka message key. If specified, messages with the same key will be sent to the same Kafka partition, ensuring consistent ordering.
    MessageByLuaFunctions List<string>
    The Lua functions that manipulates the message being sent to the Kafka topic.
    ProducerAsync bool
    Flag to enable asynchronous mode. Default: true
    ProducerAsyncBufferingLimitsMessagesInMemory double
    Maximum number of messages that can be buffered in memory in asynchronous mode. Default: 50000
    ProducerAsyncFlushTimeout double
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode. Default: 1000
    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). Default: 1; must be one of ["-1", "0", "1"]
    ProducerRequestLimitsBytesPerRequest double
    Maximum size of a Produce request in bytes. Default: 1048576
    ProducerRequestLimitsMessagesPerRequest double
    Maximum number of messages to include into a single producer request. Default: 200
    ProducerRequestRetriesBackoffTimeout double
    Backoff interval between retry attempts in milliseconds. Default: 100
    ProducerRequestRetriesMaxAttempts double
    Maximum number of retry attempts per single Produce request. Default: 10
    ProducerRequestTimeout double
    Time to wait for a Produce response in milliseconds. Default: 2000
    SchemaRegistry GatewayPluginConfluentConfigSchemaRegistry
    The plugin-global schema registry configuration. This can be overwritten by the topic configuration.
    Timeout double
    Socket timeout in milliseconds. Default: 10000
    TopicsQueryArg string
    The request query parameter name that contains the topics to publish to
    ClusterApiKey string
    Username/Apikey for SASL authentication.
    ClusterApiSecret string
    Password/ApiSecret for SASL authentication.
    Topic string
    The default Kafka topic to publish to if the query parameter defined in the topics_query_arg does not exist in the request
    AllowedTopics []string
    The list of allowed topic names to which messages can be sent. The default topic configured in the topic field is always allowed, regardless of its inclusion in allowed_topics.
    BootstrapServers []GatewayPluginConfluentConfigBootstrapServer
    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.
    ConfluentCloudApiKey string
    Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
    ConfluentCloudApiSecret string
    The corresponding secret for the Confluent Cloud API key.
    ForwardBody bool
    Include the request body in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: true
    ForwardHeaders bool
    Include the request headers in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    ForwardMethod bool
    Include the request method in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    ForwardUri 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. Default: false
    Keepalive float64
    Keepalive timeout in milliseconds. Default: 60000
    KeepaliveEnabled bool
    Default: false
    KeyQueryArg string
    The request query parameter name that contains the Kafka message key. If specified, messages with the same key will be sent to the same Kafka partition, ensuring consistent ordering.
    MessageByLuaFunctions []string
    The Lua functions that manipulates the message being sent to the Kafka topic.
    ProducerAsync bool
    Flag to enable asynchronous mode. Default: true
    ProducerAsyncBufferingLimitsMessagesInMemory float64
    Maximum number of messages that can be buffered in memory in asynchronous mode. Default: 50000
    ProducerAsyncFlushTimeout float64
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode. Default: 1000
    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). Default: 1; must be one of ["-1", "0", "1"]
    ProducerRequestLimitsBytesPerRequest float64
    Maximum size of a Produce request in bytes. Default: 1048576
    ProducerRequestLimitsMessagesPerRequest float64
    Maximum number of messages to include into a single producer request. Default: 200
    ProducerRequestRetriesBackoffTimeout float64
    Backoff interval between retry attempts in milliseconds. Default: 100
    ProducerRequestRetriesMaxAttempts float64
    Maximum number of retry attempts per single Produce request. Default: 10
    ProducerRequestTimeout float64
    Time to wait for a Produce response in milliseconds. Default: 2000
    SchemaRegistry GatewayPluginConfluentConfigSchemaRegistry
    The plugin-global schema registry configuration. This can be overwritten by the topic configuration.
    Timeout float64
    Socket timeout in milliseconds. Default: 10000
    TopicsQueryArg string
    The request query parameter name that contains the topics to publish to
    clusterApiKey String
    Username/Apikey for SASL authentication.
    clusterApiSecret String
    Password/ApiSecret for SASL authentication.
    topic String
    The default Kafka topic to publish to if the query parameter defined in the topics_query_arg does not exist in the request
    allowedTopics List<String>
    The list of allowed topic names to which messages can be sent. The default topic configured in the topic field is always allowed, regardless of its inclusion in allowed_topics.
    bootstrapServers List<GatewayPluginConfluentConfigBootstrapServer>
    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.
    confluentCloudApiKey String
    Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
    confluentCloudApiSecret String
    The corresponding secret for the Confluent Cloud API key.
    forwardBody Boolean
    Include the request body in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: true
    forwardHeaders Boolean
    Include the request headers in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    forwardMethod Boolean
    Include the request method in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    forwardUri 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. Default: false
    keepalive Double
    Keepalive timeout in milliseconds. Default: 60000
    keepaliveEnabled Boolean
    Default: false
    keyQueryArg String
    The request query parameter name that contains the Kafka message key. If specified, messages with the same key will be sent to the same Kafka partition, ensuring consistent ordering.
    messageByLuaFunctions List<String>
    The Lua functions that manipulates the message being sent to the Kafka topic.
    producerAsync Boolean
    Flag to enable asynchronous mode. Default: true
    producerAsyncBufferingLimitsMessagesInMemory Double
    Maximum number of messages that can be buffered in memory in asynchronous mode. Default: 50000
    producerAsyncFlushTimeout Double
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode. Default: 1000
    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). Default: 1; must be one of ["-1", "0", "1"]
    producerRequestLimitsBytesPerRequest Double
    Maximum size of a Produce request in bytes. Default: 1048576
    producerRequestLimitsMessagesPerRequest Double
    Maximum number of messages to include into a single producer request. Default: 200
    producerRequestRetriesBackoffTimeout Double
    Backoff interval between retry attempts in milliseconds. Default: 100
    producerRequestRetriesMaxAttempts Double
    Maximum number of retry attempts per single Produce request. Default: 10
    producerRequestTimeout Double
    Time to wait for a Produce response in milliseconds. Default: 2000
    schemaRegistry GatewayPluginConfluentConfigSchemaRegistry
    The plugin-global schema registry configuration. This can be overwritten by the topic configuration.
    timeout Double
    Socket timeout in milliseconds. Default: 10000
    topicsQueryArg String
    The request query parameter name that contains the topics to publish to
    clusterApiKey string
    Username/Apikey for SASL authentication.
    clusterApiSecret string
    Password/ApiSecret for SASL authentication.
    topic string
    The default Kafka topic to publish to if the query parameter defined in the topics_query_arg does not exist in the request
    allowedTopics string[]
    The list of allowed topic names to which messages can be sent. The default topic configured in the topic field is always allowed, regardless of its inclusion in allowed_topics.
    bootstrapServers GatewayPluginConfluentConfigBootstrapServer[]
    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.
    confluentCloudApiKey string
    Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
    confluentCloudApiSecret string
    The corresponding secret for the Confluent Cloud API key.
    forwardBody boolean
    Include the request body in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: true
    forwardHeaders boolean
    Include the request headers in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    forwardMethod boolean
    Include the request method in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    forwardUri 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. Default: false
    keepalive number
    Keepalive timeout in milliseconds. Default: 60000
    keepaliveEnabled boolean
    Default: false
    keyQueryArg string
    The request query parameter name that contains the Kafka message key. If specified, messages with the same key will be sent to the same Kafka partition, ensuring consistent ordering.
    messageByLuaFunctions string[]
    The Lua functions that manipulates the message being sent to the Kafka topic.
    producerAsync boolean
    Flag to enable asynchronous mode. Default: true
    producerAsyncBufferingLimitsMessagesInMemory number
    Maximum number of messages that can be buffered in memory in asynchronous mode. Default: 50000
    producerAsyncFlushTimeout number
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode. Default: 1000
    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). Default: 1; must be one of ["-1", "0", "1"]
    producerRequestLimitsBytesPerRequest number
    Maximum size of a Produce request in bytes. Default: 1048576
    producerRequestLimitsMessagesPerRequest number
    Maximum number of messages to include into a single producer request. Default: 200
    producerRequestRetriesBackoffTimeout number
    Backoff interval between retry attempts in milliseconds. Default: 100
    producerRequestRetriesMaxAttempts number
    Maximum number of retry attempts per single Produce request. Default: 10
    producerRequestTimeout number
    Time to wait for a Produce response in milliseconds. Default: 2000
    schemaRegistry GatewayPluginConfluentConfigSchemaRegistry
    The plugin-global schema registry configuration. This can be overwritten by the topic configuration.
    timeout number
    Socket timeout in milliseconds. Default: 10000
    topicsQueryArg string
    The request query parameter name that contains the topics to publish to
    cluster_api_key str
    Username/Apikey for SASL authentication.
    cluster_api_secret str
    Password/ApiSecret for SASL authentication.
    topic str
    The default Kafka topic to publish to if the query parameter defined in the topics_query_arg does not exist in the request
    allowed_topics Sequence[str]
    The list of allowed topic names to which messages can be sent. The default topic configured in the topic field is always allowed, regardless of its inclusion in allowed_topics.
    bootstrap_servers Sequence[GatewayPluginConfluentConfigBootstrapServer]
    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.
    confluent_cloud_api_key str
    Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
    confluent_cloud_api_secret str
    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. Default: true
    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. Default: false
    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. Default: false
    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. Default: false
    keepalive float
    Keepalive timeout in milliseconds. Default: 60000
    keepalive_enabled bool
    Default: false
    key_query_arg str
    The request query parameter name that contains the Kafka message key. If specified, messages with the same key will be sent to the same Kafka partition, ensuring consistent ordering.
    message_by_lua_functions Sequence[str]
    The Lua functions that manipulates the message being sent to the Kafka topic.
    producer_async bool
    Flag to enable asynchronous mode. Default: true
    producer_async_buffering_limits_messages_in_memory float
    Maximum number of messages that can be buffered in memory in asynchronous mode. Default: 50000
    producer_async_flush_timeout float
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode. Default: 1000
    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). Default: 1; must be one of ["-1", "0", "1"]
    producer_request_limits_bytes_per_request float
    Maximum size of a Produce request in bytes. Default: 1048576
    producer_request_limits_messages_per_request float
    Maximum number of messages to include into a single producer request. Default: 200
    producer_request_retries_backoff_timeout float
    Backoff interval between retry attempts in milliseconds. Default: 100
    producer_request_retries_max_attempts float
    Maximum number of retry attempts per single Produce request. Default: 10
    producer_request_timeout float
    Time to wait for a Produce response in milliseconds. Default: 2000
    schema_registry GatewayPluginConfluentConfigSchemaRegistry
    The plugin-global schema registry configuration. This can be overwritten by the topic configuration.
    timeout float
    Socket timeout in milliseconds. Default: 10000
    topics_query_arg str
    The request query parameter name that contains the topics to publish to
    clusterApiKey String
    Username/Apikey for SASL authentication.
    clusterApiSecret String
    Password/ApiSecret for SASL authentication.
    topic String
    The default Kafka topic to publish to if the query parameter defined in the topics_query_arg does not exist in the request
    allowedTopics List<String>
    The list of allowed topic names to which messages can be sent. The default topic configured in the topic field is always allowed, regardless of its inclusion in allowed_topics.
    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.
    confluentCloudApiKey String
    Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
    confluentCloudApiSecret String
    The corresponding secret for the Confluent Cloud API key.
    forwardBody Boolean
    Include the request body in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: true
    forwardHeaders Boolean
    Include the request headers in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    forwardMethod Boolean
    Include the request method in the message. At least one of these must be true: forward_method, forward_uri, forward_headers, forward_body. Default: false
    forwardUri 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. Default: false
    keepalive Number
    Keepalive timeout in milliseconds. Default: 60000
    keepaliveEnabled Boolean
    Default: false
    keyQueryArg String
    The request query parameter name that contains the Kafka message key. If specified, messages with the same key will be sent to the same Kafka partition, ensuring consistent ordering.
    messageByLuaFunctions List<String>
    The Lua functions that manipulates the message being sent to the Kafka topic.
    producerAsync Boolean
    Flag to enable asynchronous mode. Default: true
    producerAsyncBufferingLimitsMessagesInMemory Number
    Maximum number of messages that can be buffered in memory in asynchronous mode. Default: 50000
    producerAsyncFlushTimeout Number
    Maximum time interval in milliseconds between buffer flushes in asynchronous mode. Default: 1000
    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). Default: 1; must be one of ["-1", "0", "1"]
    producerRequestLimitsBytesPerRequest Number
    Maximum size of a Produce request in bytes. Default: 1048576
    producerRequestLimitsMessagesPerRequest Number
    Maximum number of messages to include into a single producer request. Default: 200
    producerRequestRetriesBackoffTimeout Number
    Backoff interval between retry attempts in milliseconds. Default: 100
    producerRequestRetriesMaxAttempts Number
    Maximum number of retry attempts per single Produce request. Default: 10
    producerRequestTimeout Number
    Time to wait for a Produce response in milliseconds. Default: 2000
    schemaRegistry Property Map
    The plugin-global schema registry configuration. This can be overwritten by the topic configuration.
    timeout Number
    Socket timeout in milliseconds. Default: 10000
    topicsQueryArg String
    The request query parameter name that contains the topics to publish to

    GatewayPluginConfluentConfigBootstrapServer, GatewayPluginConfluentConfigBootstrapServerArgs

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

    GatewayPluginConfluentConfigSchemaRegistry, GatewayPluginConfluentConfigSchemaRegistryArgs

    GatewayPluginConfluentConfigSchemaRegistryConfluent, GatewayPluginConfluentConfigSchemaRegistryConfluentArgs

    Authentication GatewayPluginConfluentConfigSchemaRegistryConfluentAuthentication
    KeySchema GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchema
    SslVerify bool
    Set to false to disable SSL certificate verification when connecting to the schema registry. Default: true
    Ttl double
    The TTL in seconds for the schema registry cache.
    Url string
    The URL of the schema registry.
    ValueSchema GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchema
    Authentication GatewayPluginConfluentConfigSchemaRegistryConfluentAuthentication
    KeySchema GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchema
    SslVerify bool
    Set to false to disable SSL certificate verification when connecting to the schema registry. Default: true
    Ttl float64
    The TTL in seconds for the schema registry cache.
    Url string
    The URL of the schema registry.
    ValueSchema GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchema
    authentication GatewayPluginConfluentConfigSchemaRegistryConfluentAuthentication
    keySchema GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchema
    sslVerify Boolean
    Set to false to disable SSL certificate verification when connecting to the schema registry. Default: true
    ttl Double
    The TTL in seconds for the schema registry cache.
    url String
    The URL of the schema registry.
    valueSchema GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchema
    authentication GatewayPluginConfluentConfigSchemaRegistryConfluentAuthentication
    keySchema GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchema
    sslVerify boolean
    Set to false to disable SSL certificate verification when connecting to the schema registry. Default: true
    ttl number
    The TTL in seconds for the schema registry cache.
    url string
    The URL of the schema registry.
    valueSchema GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchema
    authentication GatewayPluginConfluentConfigSchemaRegistryConfluentAuthentication
    key_schema GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchema
    ssl_verify bool
    Set to false to disable SSL certificate verification when connecting to the schema registry. Default: true
    ttl float
    The TTL in seconds for the schema registry cache.
    url str
    The URL of the schema registry.
    value_schema GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchema
    authentication Property Map
    keySchema Property Map
    sslVerify Boolean
    Set to false to disable SSL certificate verification when connecting to the schema registry. Default: true
    ttl Number
    The TTL in seconds for the schema registry cache.
    url String
    The URL of the schema registry.
    valueSchema Property Map

    GatewayPluginConfluentConfigSchemaRegistryConfluentAuthentication, GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationArgs

    Basic GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasic
    Mode string
    Authentication mode to use with the schema registry. Default: "none"; must be one of ["basic", "none"]
    Basic GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasic
    Mode string
    Authentication mode to use with the schema registry. Default: "none"; must be one of ["basic", "none"]
    basic GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasic
    mode String
    Authentication mode to use with the schema registry. Default: "none"; must be one of ["basic", "none"]
    basic GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasic
    mode string
    Authentication mode to use with the schema registry. Default: "none"; must be one of ["basic", "none"]
    basic GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasic
    mode str
    Authentication mode to use with the schema registry. Default: "none"; must be one of ["basic", "none"]
    basic Property Map
    mode String
    Authentication mode to use with the schema registry. Default: "none"; must be one of ["basic", "none"]

    GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasic, GatewayPluginConfluentConfigSchemaRegistryConfluentAuthenticationBasicArgs

    Password string
    Username string
    Password string
    Username string
    password String
    username String
    password string
    username string
    password String
    username String

    GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchema, GatewayPluginConfluentConfigSchemaRegistryConfluentKeySchemaArgs

    SchemaVersion string
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    SubjectName string
    The name of the subject
    SchemaVersion string
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    SubjectName string
    The name of the subject
    schemaVersion String
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    subjectName String
    The name of the subject
    schemaVersion string
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    subjectName string
    The name of the subject
    schema_version str
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    subject_name str
    The name of the subject
    schemaVersion String
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    subjectName String
    The name of the subject

    GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchema, GatewayPluginConfluentConfigSchemaRegistryConfluentValueSchemaArgs

    SchemaVersion string
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    SubjectName string
    The name of the subject
    SchemaVersion string
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    SubjectName string
    The name of the subject
    schemaVersion String
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    subjectName String
    The name of the subject
    schemaVersion string
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    subjectName string
    The name of the subject
    schema_version str
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    subject_name str
    The name of the subject
    schemaVersion String
    The schema version to use for serialization/deserialization. Use 'latest' to always fetch the most recent version.
    subjectName String
    The name of the subject

    GatewayPluginConfluentConsumer, GatewayPluginConfluentConsumerArgs

    Id string
    Id string
    id String
    id string
    id str
    id String

    GatewayPluginConfluentOrdering, GatewayPluginConfluentOrderingArgs

    GatewayPluginConfluentOrderingAfter, GatewayPluginConfluentOrderingAfterArgs

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GatewayPluginConfluentOrderingBefore, GatewayPluginConfluentOrderingBeforeArgs

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GatewayPluginConfluentPartial, GatewayPluginConfluentPartialArgs

    Id string
    A string representing a UUID (universally unique identifier).
    Name string
    A unique string representing a UTF-8 encoded name.
    Path string
    Id string
    A string representing a UUID (universally unique identifier).
    Name string
    A unique string representing a UTF-8 encoded name.
    Path string
    id String
    A string representing a UUID (universally unique identifier).
    name String
    A unique string representing a UTF-8 encoded name.
    path String
    id string
    A string representing a UUID (universally unique identifier).
    name string
    A unique string representing a UTF-8 encoded name.
    path string
    id str
    A string representing a UUID (universally unique identifier).
    name str
    A unique string representing a UTF-8 encoded name.
    path str
    id String
    A string representing a UUID (universally unique identifier).
    name String
    A unique string representing a UTF-8 encoded name.
    path String

    GatewayPluginConfluentRoute, GatewayPluginConfluentRouteArgs

    Id string
    Id string
    id String
    id string
    id str
    id String

    GatewayPluginConfluentService, GatewayPluginConfluentServiceArgs

    Id string
    Id string
    id String
    id string
    id str
    id String

    Import

    $ pulumi import konnect:index/gatewayPluginConfluent:GatewayPluginConfluent my_konnect_gateway_plugin_confluent '{"control_plane_id": "9524ec7d-36d9-465d-a8c5-83a3c9390458", "id": "3473c251-5b6c-4f45-b1ff-7ede735a366d"}'
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 3.0.0 published on Friday, Aug 22, 2025 by kong