konnect.GatewayPluginConfluent
Explore with Pulumi AI
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)
.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)
.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
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
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,
instance_name: Optional[str] = None,
consumer: Optional[GatewayPluginConfluentConsumerArgs] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_confluent_id: Optional[str] = None,
config: Optional[GatewayPluginConfluentConfigArgs] = 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",
InstanceName = "string",
Consumer = new Konnect.Inputs.GatewayPluginConfluentConsumerArgs
{
Id = "string",
},
CreatedAt = 0,
Enabled = false,
GatewayPluginConfluentId = "string",
Config = new Konnect.Inputs.GatewayPluginConfluentConfigArgs
{
AllowedTopics = new[]
{
"string",
},
BootstrapServers = new[]
{
new Konnect.Inputs.GatewayPluginConfluentConfigBootstrapServerArgs
{
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,
MessageByLuaFunctions = new[]
{
"string",
},
ProducerAsync = false,
ProducerAsyncBufferingLimitsMessagesInMemory = 0,
ProducerAsyncFlushTimeout = 0,
ProducerRequestAcks = 0,
ProducerRequestLimitsBytesPerRequest = 0,
ProducerRequestLimitsMessagesPerRequest = 0,
ProducerRequestRetriesBackoffTimeout = 0,
ProducerRequestRetriesMaxAttempts = 0,
ProducerRequestTimeout = 0,
Timeout = 0,
Topic = "string",
TopicsQueryArg = "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"),
InstanceName: pulumi.String("string"),
Consumer: &konnect.GatewayPluginConfluentConsumerArgs{
Id: pulumi.String("string"),
},
CreatedAt: pulumi.Float64(0),
Enabled: pulumi.Bool(false),
GatewayPluginConfluentId: pulumi.String("string"),
Config: &konnect.GatewayPluginConfluentConfigArgs{
AllowedTopics: pulumi.StringArray{
pulumi.String("string"),
},
BootstrapServers: konnect.GatewayPluginConfluentConfigBootstrapServerArray{
&konnect.GatewayPluginConfluentConfigBootstrapServerArgs{
Host: pulumi.String("string"),
Port: pulumi.Float64(0),
},
},
ClusterApiKey: pulumi.String("string"),
ClusterApiSecret: pulumi.String("string"),
ClusterName: pulumi.String("string"),
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),
MessageByLuaFunctions: pulumi.StringArray{
pulumi.String("string"),
},
ProducerAsync: pulumi.Bool(false),
ProducerAsyncBufferingLimitsMessagesInMemory: pulumi.Float64(0),
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),
Timeout: pulumi.Float64(0),
Topic: pulumi.String("string"),
TopicsQueryArg: 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")
.instanceName("string")
.consumer(GatewayPluginConfluentConsumerArgs.builder()
.id("string")
.build())
.createdAt(0.0)
.enabled(false)
.gatewayPluginConfluentId("string")
.config(GatewayPluginConfluentConfigArgs.builder()
.allowedTopics("string")
.bootstrapServers(GatewayPluginConfluentConfigBootstrapServerArgs.builder()
.host("string")
.port(0.0)
.build())
.clusterApiKey("string")
.clusterApiSecret("string")
.clusterName("string")
.confluentCloudApiKey("string")
.confluentCloudApiSecret("string")
.forwardBody(false)
.forwardHeaders(false)
.forwardMethod(false)
.forwardUri(false)
.keepalive(0.0)
.keepaliveEnabled(false)
.messageByLuaFunctions("string")
.producerAsync(false)
.producerAsyncBufferingLimitsMessagesInMemory(0.0)
.producerAsyncFlushTimeout(0.0)
.producerRequestAcks(0.0)
.producerRequestLimitsBytesPerRequest(0.0)
.producerRequestLimitsMessagesPerRequest(0.0)
.producerRequestRetriesBackoffTimeout(0.0)
.producerRequestRetriesMaxAttempts(0.0)
.producerRequestTimeout(0.0)
.timeout(0.0)
.topic("string")
.topicsQueryArg("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",
instance_name="string",
consumer={
"id": "string",
},
created_at=0,
enabled=False,
gateway_plugin_confluent_id="string",
config={
"allowed_topics": ["string"],
"bootstrap_servers": [{
"host": "string",
"port": 0,
}],
"cluster_api_key": "string",
"cluster_api_secret": "string",
"cluster_name": "string",
"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,
"message_by_lua_functions": ["string"],
"producer_async": False,
"producer_async_buffering_limits_messages_in_memory": 0,
"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,
"timeout": 0,
"topic": "string",
"topics_query_arg": "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",
instanceName: "string",
consumer: {
id: "string",
},
createdAt: 0,
enabled: false,
gatewayPluginConfluentId: "string",
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,
messageByLuaFunctions: ["string"],
producerAsync: false,
producerAsyncBufferingLimitsMessagesInMemory: 0,
producerAsyncFlushTimeout: 0,
producerRequestAcks: 0,
producerRequestLimitsBytesPerRequest: 0,
producerRequestLimitsMessagesPerRequest: 0,
producerRequestRetriesBackoffTimeout: 0,
producerRequestRetriesMaxAttempts: 0,
producerRequestTimeout: 0,
timeout: 0,
topic: "string",
topicsQueryArg: "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
messageByLuaFunctions:
- string
producerAsync: false
producerAsyncBufferingLimitsMessagesInMemory: 0
producerAsyncFlushTimeout: 0
producerRequestAcks: 0
producerRequestLimitsBytesPerRequest: 0
producerRequestLimitsMessagesPerRequest: 0
producerRequestRetriesBackoffTimeout: 0
producerRequestRetriesMaxAttempts: 0
producerRequestTimeout: 0
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:
- Control
Plane Id string - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Config
Gateway
Plugin Confluent Config - Consumer
Gateway
Plugin Confluent Consumer - 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 double - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin Confluent Id string - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Confluent Ordering - Partials
List<Gateway
Plugin Confluent Partial> - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Confluent Route - 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
Gateway
Plugin Confluent Service - 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.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At double - Unix epoch when the resource was last updated.
- Control
Plane Id string - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Config
Gateway
Plugin Confluent Config Args - Consumer
Gateway
Plugin Confluent Consumer Args - 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 float64 - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin Confluent Id string - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Confluent Ordering Args - Partials
[]Gateway
Plugin Confluent Partial Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Confluent Route Args - 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
Gateway
Plugin Confluent Service Args - 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.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At float64 - Unix epoch when the resource was last updated.
- control
Plane Id String - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- config
Gateway
Plugin Confluent Config - consumer
Gateway
Plugin Confluent Consumer - 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 Double - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin Confluent Id String - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Confluent Ordering - partials
List<Gateway
Plugin Confluent Partial> - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Confluent Route - 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
Gateway
Plugin Confluent Service - 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Double - Unix epoch when the resource was last updated.
- control
Plane Id string - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- config
Gateway
Plugin Confluent Config - consumer
Gateway
Plugin Confluent Consumer - 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 number - Unix epoch when the resource was created.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin Confluent Id string - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Confluent Ordering - partials
Gateway
Plugin Confluent Partial[] - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Confluent Route - 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
Gateway
Plugin Confluent Service - 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.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At number - Unix epoch when the resource was last updated.
- control_
plane_ id str - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- config
Gateway
Plugin Confluent Config Args - consumer
Gateway
Plugin Confluent Consumer Args - 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.
- gateway_
plugin_ confluent_ id str - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Confluent Ordering Args - partials
Sequence[Gateway
Plugin Confluent Partial Args] - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Confluent Route Args - 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
Gateway
Plugin Confluent Service Args - 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.
- 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.
- control
Plane Id String - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- 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.
- created
At Number - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin Confluent Id String - The ID of this resource.
- instance
Name String - ordering Property Map
- partials List<Property Map>
- 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At 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.
- Config
Gateway
Plugin Confluent Config - Consumer
Gateway
Plugin Confluent Consumer - 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 string - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At double - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin Confluent Id string - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Confluent Ordering - Partials
List<Gateway
Plugin Confluent Partial> - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Confluent Route - 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
Gateway
Plugin Confluent Service - 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.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At double - Unix epoch when the resource was last updated.
- Config
Gateway
Plugin Confluent Config Args - Consumer
Gateway
Plugin Confluent Consumer Args - 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 string - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At float64 - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin Confluent Id string - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Confluent Ordering Args - Partials
[]Gateway
Plugin Confluent Partial Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Confluent Route Args - 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
Gateway
Plugin Confluent Service Args - 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.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At float64 - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Confluent Config - consumer
Gateway
Plugin Confluent Consumer - 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 String - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Double - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin Confluent Id String - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Confluent Ordering - partials
List<Gateway
Plugin Confluent Partial> - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Confluent Route - 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
Gateway
Plugin Confluent Service - 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Double - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Confluent Config - consumer
Gateway
Plugin Confluent Consumer - 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 string - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At number - Unix epoch when the resource was created.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin Confluent Id string - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Confluent Ordering - partials
Gateway
Plugin Confluent Partial[] - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Confluent Route - 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
Gateway
Plugin Confluent Service - 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.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At number - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Confluent Config Args - consumer
Gateway
Plugin Confluent Consumer Args - 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.
- gateway_
plugin_ confluent_ id str - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Confluent Ordering Args - partials
Sequence[Gateway
Plugin Confluent Partial Args] - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Confluent Route Args - 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
Gateway
Plugin Confluent Service Args - 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.
- 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.
- control
Plane Id String - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Number - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin Confluent Id String - The ID of this resource.
- instance
Name String - ordering Property Map
- partials List<Property Map>
- 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Number - Unix epoch when the resource was last updated.
Supporting Types
Gateway Plugin Confluent Config, Gateway Plugin Confluent Config Args
- Allowed
Topics 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 inallowed_topics
. - Bootstrap
Servers List<Gateway Plugin Confluent Config Bootstrap Server> - Set of bootstrap brokers in a
{host: host, port: port}
list format. - Cluster
Api Key string - Username/Apikey for SASL authentication.
- Cluster
Api Secret string - Password/ApiSecret for SASL authentication.
- Cluster
Name string - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - Confluent
Cloud Api Key string - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- Confluent
Cloud Api Secret string - The corresponding secret for the Confluent Cloud API key.
- Forward
Body bool - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Headers bool - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Method bool - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Uri bool - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Keepalive double
- Keepalive timeout in milliseconds.
- Keepalive
Enabled bool - Message
By Lua Functions List<string> - The Lua functions that manipulates the message being sent to the Kafka topic.
- Producer
Async bool - Flag to enable asynchronous mode.
- Producer
Async Buffering Limits Messages In Memory double - Maximum number of messages that can be buffered in memory in asynchronous mode.
- Producer
Async Flush Timeout double - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- Producer
Request Acks 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). must be one of ["-1", "0", "1"]
- Producer
Request Limits Bytes Per Request double - Maximum size of a Produce request in bytes.
- Producer
Request Limits Messages Per Request double - Maximum number of messages to include into a single producer request.
- Producer
Request Retries Backoff Timeout double - Backoff interval between retry attempts in milliseconds.
- Producer
Request Retries Max Attempts double - Maximum number of retry attempts per single Produce request.
- Producer
Request Timeout double - Time to wait for a Produce response in milliseconds.
- Timeout double
- Socket timeout in milliseconds.
- 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 - Topics
Query Arg string - The request query parameter name that contains the topics to publish to
- Allowed
Topics []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 inallowed_topics
. - Bootstrap
Servers []Gateway Plugin Confluent Config Bootstrap Server - Set of bootstrap brokers in a
{host: host, port: port}
list format. - Cluster
Api Key string - Username/Apikey for SASL authentication.
- Cluster
Api Secret string - Password/ApiSecret for SASL authentication.
- Cluster
Name string - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - Confluent
Cloud Api Key string - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- Confluent
Cloud Api Secret string - The corresponding secret for the Confluent Cloud API key.
- Forward
Body bool - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Headers bool - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Method bool - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Forward
Uri bool - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - Keepalive float64
- Keepalive timeout in milliseconds.
- Keepalive
Enabled bool - Message
By Lua Functions []string - The Lua functions that manipulates the message being sent to the Kafka topic.
- Producer
Async bool - Flag to enable asynchronous mode.
- Producer
Async Buffering Limits Messages In Memory float64 - Maximum number of messages that can be buffered in memory in asynchronous mode.
- Producer
Async Flush Timeout float64 - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- Producer
Request Acks 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). must be one of ["-1", "0", "1"]
- Producer
Request Limits Bytes Per Request float64 - Maximum size of a Produce request in bytes.
- Producer
Request Limits Messages Per Request float64 - Maximum number of messages to include into a single producer request.
- Producer
Request Retries Backoff Timeout float64 - Backoff interval between retry attempts in milliseconds.
- Producer
Request Retries Max Attempts float64 - Maximum number of retry attempts per single Produce request.
- Producer
Request Timeout float64 - Time to wait for a Produce response in milliseconds.
- Timeout float64
- Socket timeout in milliseconds.
- 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 - Topics
Query Arg string - The request query parameter name that contains the topics to publish to
- allowed
Topics 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 inallowed_topics
. - bootstrap
Servers List<Gateway Plugin Confluent Config Bootstrap Server> - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster
Api Key String - Username/Apikey for SASL authentication.
- cluster
Api Secret String - Password/ApiSecret for SASL authentication.
- cluster
Name String - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - confluent
Cloud Api Key String - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- confluent
Cloud Api Secret String - The corresponding secret for the Confluent Cloud API key.
- forward
Body Boolean - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Headers Boolean - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Method Boolean - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Uri Boolean - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - keepalive Double
- Keepalive timeout in milliseconds.
- keepalive
Enabled Boolean - message
By Lua Functions List<String> - The Lua functions that manipulates the message being sent to the Kafka topic.
- producer
Async Boolean - Flag to enable asynchronous mode.
- producer
Async Buffering Limits Messages In Memory Double - Maximum number of messages that can be buffered in memory in asynchronous mode.
- producer
Async Flush Timeout Double - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- producer
Request Acks 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). must be one of ["-1", "0", "1"]
- producer
Request Limits Bytes Per Request Double - Maximum size of a Produce request in bytes.
- producer
Request Limits Messages Per Request Double - Maximum number of messages to include into a single producer request.
- producer
Request Retries Backoff Timeout Double - Backoff interval between retry attempts in milliseconds.
- producer
Request Retries Max Attempts Double - Maximum number of retry attempts per single Produce request.
- producer
Request Timeout Double - Time to wait for a Produce response in milliseconds.
- timeout Double
- Socket timeout in milliseconds.
- 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 - topics
Query Arg String - The request query parameter name that contains the topics to publish to
- allowed
Topics 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 inallowed_topics
. - bootstrap
Servers Gateway Plugin Confluent Config Bootstrap Server[] - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster
Api Key string - Username/Apikey for SASL authentication.
- cluster
Api Secret string - Password/ApiSecret for SASL authentication.
- cluster
Name string - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - confluent
Cloud Api Key string - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- confluent
Cloud Api Secret string - The corresponding secret for the Confluent Cloud API key.
- forward
Body boolean - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Headers boolean - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Method boolean - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Uri boolean - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - keepalive number
- Keepalive timeout in milliseconds.
- keepalive
Enabled boolean - message
By Lua Functions string[] - The Lua functions that manipulates the message being sent to the Kafka topic.
- producer
Async boolean - Flag to enable asynchronous mode.
- producer
Async Buffering Limits Messages In Memory number - Maximum number of messages that can be buffered in memory in asynchronous mode.
- producer
Async Flush Timeout number - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- producer
Request Acks 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). must be one of ["-1", "0", "1"]
- producer
Request Limits Bytes Per Request number - Maximum size of a Produce request in bytes.
- producer
Request Limits Messages Per Request number - Maximum number of messages to include into a single producer request.
- producer
Request Retries Backoff Timeout number - Backoff interval between retry attempts in milliseconds.
- producer
Request Retries Max Attempts number - Maximum number of retry attempts per single Produce request.
- producer
Request Timeout number - Time to wait for a Produce response in milliseconds.
- timeout number
- Socket timeout in milliseconds.
- 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 - topics
Query Arg string - The request query parameter name that contains the topics to publish to
- 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 inallowed_topics
. - bootstrap_
servers Sequence[Gateway Plugin Confluent Config Bootstrap Server] - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster_
api_ key str - Username/Apikey for SASL authentication.
- cluster_
api_ secret str - Password/ApiSecret for SASL authentication.
- cluster_
name str - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - confluent_
cloud_ 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
. - forward_
headers bool - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward_
method bool - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward_
uri bool - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - keepalive float
- Keepalive timeout in milliseconds.
- keepalive_
enabled bool - 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.
- 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). must be one of ["-1", "0", "1"]
- 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 producer 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.
- timeout float
- Socket timeout in milliseconds.
- 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 - topics_
query_ arg str - The request query parameter name that contains the topics to publish to
- allowed
Topics 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 inallowed_topics
. - bootstrap
Servers List<Property Map> - Set of bootstrap brokers in a
{host: host, port: port}
list format. - cluster
Api Key String - Username/Apikey for SASL authentication.
- cluster
Api Secret String - Password/ApiSecret for SASL authentication.
- cluster
Name String - An identifier for the Kafka cluster. By default, this field generates a random string. You can also set your own custom cluster identifier. If more than one Kafka plugin is configured without a
cluster_name
(that is, if the default autogenerated value is removed), these plugins will use the same producer, and by extension, the same cluster. Logs will be sent to the leader of the cluster. - confluent
Cloud Api Key String - Apikey for authentication with Confluent Cloud. This allows for management tasks such as creating topics, ACLs, etc.
- confluent
Cloud Api Secret String - The corresponding secret for the Confluent Cloud API key.
- forward
Body Boolean - Include the request body in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Headers Boolean - Include the request headers in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Method Boolean - Include the request method in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - forward
Uri Boolean - Include the request URI and URI arguments (as in, query arguments) in the message. At least one of these must be true:
forward_method
,forward_uri
,forward_headers
,forward_body
. - keepalive Number
- Keepalive timeout in milliseconds.
- keepalive
Enabled Boolean - message
By Lua Functions List<String> - The Lua functions that manipulates the message being sent to the Kafka topic.
- producer
Async Boolean - Flag to enable asynchronous mode.
- producer
Async Buffering Limits Messages In Memory Number - Maximum number of messages that can be buffered in memory in asynchronous mode.
- producer
Async Flush Timeout Number - Maximum time interval in milliseconds between buffer flushes in asynchronous mode.
- producer
Request Acks 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). must be one of ["-1", "0", "1"]
- producer
Request Limits Bytes Per Request Number - Maximum size of a Produce request in bytes.
- producer
Request Limits Messages Per Request Number - Maximum number of messages to include into a single producer request.
- producer
Request Retries Backoff Timeout Number - Backoff interval between retry attempts in milliseconds.
- producer
Request Retries Max Attempts Number - Maximum number of retry attempts per single Produce request.
- producer
Request Timeout Number - Time to wait for a Produce response in milliseconds.
- timeout Number
- Socket timeout in milliseconds.
- 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 - topics
Query Arg String - The request query parameter name that contains the topics to publish to
Gateway Plugin Confluent Config Bootstrap Server, Gateway Plugin Confluent Config Bootstrap Server Args
Gateway Plugin Confluent Consumer, Gateway Plugin Confluent Consumer Args
- Id string
- Id string
- id String
- id string
- id str
- id String
Gateway Plugin Confluent Ordering, Gateway Plugin Confluent Ordering Args
Gateway Plugin Confluent Ordering After, Gateway Plugin Confluent Ordering After Args
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
Gateway Plugin Confluent Ordering Before, Gateway Plugin Confluent Ordering Before Args
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
Gateway Plugin Confluent Partial, Gateway Plugin Confluent Partial Args
Gateway Plugin Confluent Route, Gateway Plugin Confluent Route Args
- Id string
- Id string
- id String
- id string
- id str
- id String
Gateway Plugin Confluent Service, Gateway Plugin Confluent Service Args
- 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.