konnect.GatewayPluginDatakit
Explore with Pulumi AI
GatewayPluginDatakit 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.GatewayPluginDatakit;
import com.pulumi.konnect.GatewayPluginDatakitArgs;
import com.pulumi.konnect.inputs.GatewayPluginDatakitConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginDatakitConsumerArgs;
import com.pulumi.konnect.inputs.GatewayPluginDatakitConsumerGroupArgs;
import com.pulumi.konnect.inputs.GatewayPluginDatakitOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginDatakitOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginDatakitOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginDatakitPartialArgs;
import com.pulumi.konnect.inputs.GatewayPluginDatakitRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginDatakitServiceArgs;
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 myGatewayplugindatakit = new GatewayPluginDatakit("myGatewayplugindatakit", GatewayPluginDatakitArgs.builder()
.config(GatewayPluginDatakitConfigArgs.builder()
.debug(false)
.nodes(GatewayPluginDatakitConfigNodeArgs.builder()
.name("...my_name...")
.type("call")
.build())
.build())
.consumer(GatewayPluginDatakitConsumerArgs.builder()
.id("...my_id...")
.build())
.consumerGroup(GatewayPluginDatakitConsumerGroupArgs.builder()
.id("...my_id...")
.build())
.controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
.createdAt(4)
.enabled(true)
.gatewayPluginDatakitId("...my_id...")
.instanceName("...my_instance_name...")
.ordering(GatewayPluginDatakitOrderingArgs.builder()
.after(GatewayPluginDatakitOrderingAfterArgs.builder()
.access("...")
.build())
.before(GatewayPluginDatakitOrderingBeforeArgs.builder()
.access("...")
.build())
.build())
.partials(GatewayPluginDatakitPartialArgs.builder()
.id("...my_id...")
.name("...my_name...")
.path("...my_path...")
.build())
.protocols("grpcs")
.route(GatewayPluginDatakitRouteArgs.builder()
.id("...my_id...")
.build())
.service(GatewayPluginDatakitServiceArgs.builder()
.id("...my_id...")
.build())
.tags("...")
.updatedAt(5)
.build());
}
}
resources:
myGatewayplugindatakit:
type: konnect:GatewayPluginDatakit
properties:
config:
debug: false
nodes:
- name: '...my_name...'
type: call
consumer:
id: '...my_id...'
consumerGroup:
id: '...my_id...'
controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
createdAt: 4
enabled: true
gatewayPluginDatakitId: '...my_id...'
instanceName: '...my_instance_name...'
ordering:
after:
access:
- '...'
before:
access:
- '...'
partials:
- id: '...my_id...'
name: '...my_name...'
path: '...my_path...'
protocols:
- grpcs
route:
id: '...my_id...'
service:
id: '...my_id...'
tags:
- '...'
updatedAt: 5
Create GatewayPluginDatakit Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayPluginDatakit(name: string, args: GatewayPluginDatakitArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginDatakit(resource_name: str,
args: GatewayPluginDatakitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayPluginDatakit(resource_name: str,
opts: Optional[ResourceOptions] = None,
control_plane_id: Optional[str] = None,
config: Optional[GatewayPluginDatakitConfigArgs] = None,
gateway_plugin_datakit_id: Optional[str] = None,
consumer_group: Optional[GatewayPluginDatakitConsumerGroupArgs] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
consumer: Optional[GatewayPluginDatakitConsumerArgs] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginDatakitOrderingArgs] = None,
partials: Optional[Sequence[GatewayPluginDatakitPartialArgs]] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginDatakitRouteArgs] = None,
service: Optional[GatewayPluginDatakitServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None)
func NewGatewayPluginDatakit(ctx *Context, name string, args GatewayPluginDatakitArgs, opts ...ResourceOption) (*GatewayPluginDatakit, error)
public GatewayPluginDatakit(string name, GatewayPluginDatakitArgs args, CustomResourceOptions? opts = null)
public GatewayPluginDatakit(String name, GatewayPluginDatakitArgs args)
public GatewayPluginDatakit(String name, GatewayPluginDatakitArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginDatakit
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 GatewayPluginDatakitArgs
- 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 GatewayPluginDatakitArgs
- 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 GatewayPluginDatakitArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginDatakitArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayPluginDatakitArgs
- 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 gatewayPluginDatakitResource = new Konnect.GatewayPluginDatakit("gatewayPluginDatakitResource", new()
{
ControlPlaneId = "string",
Config = new Konnect.Inputs.GatewayPluginDatakitConfigArgs
{
Nodes = new[]
{
new Konnect.Inputs.GatewayPluginDatakitConfigNodeArgs
{
Name = "string",
Type = "string",
},
},
Debug = false,
},
GatewayPluginDatakitId = "string",
ConsumerGroup = new Konnect.Inputs.GatewayPluginDatakitConsumerGroupArgs
{
Id = "string",
},
CreatedAt = 0,
Enabled = false,
Consumer = new Konnect.Inputs.GatewayPluginDatakitConsumerArgs
{
Id = "string",
},
InstanceName = "string",
Ordering = new Konnect.Inputs.GatewayPluginDatakitOrderingArgs
{
After = new Konnect.Inputs.GatewayPluginDatakitOrderingAfterArgs
{
Accesses = new[]
{
"string",
},
},
Before = new Konnect.Inputs.GatewayPluginDatakitOrderingBeforeArgs
{
Accesses = new[]
{
"string",
},
},
},
Partials = new[]
{
new Konnect.Inputs.GatewayPluginDatakitPartialArgs
{
Id = "string",
Name = "string",
Path = "string",
},
},
Protocols = new[]
{
"string",
},
Route = new Konnect.Inputs.GatewayPluginDatakitRouteArgs
{
Id = "string",
},
Service = new Konnect.Inputs.GatewayPluginDatakitServiceArgs
{
Id = "string",
},
Tags = new[]
{
"string",
},
UpdatedAt = 0,
});
example, err := konnect.NewGatewayPluginDatakit(ctx, "gatewayPluginDatakitResource", &konnect.GatewayPluginDatakitArgs{
ControlPlaneId: pulumi.String("string"),
Config: &konnect.GatewayPluginDatakitConfigArgs{
Nodes: konnect.GatewayPluginDatakitConfigNodeArray{
&konnect.GatewayPluginDatakitConfigNodeArgs{
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Debug: pulumi.Bool(false),
},
GatewayPluginDatakitId: pulumi.String("string"),
ConsumerGroup: &konnect.GatewayPluginDatakitConsumerGroupArgs{
Id: pulumi.String("string"),
},
CreatedAt: pulumi.Float64(0),
Enabled: pulumi.Bool(false),
Consumer: &konnect.GatewayPluginDatakitConsumerArgs{
Id: pulumi.String("string"),
},
InstanceName: pulumi.String("string"),
Ordering: &konnect.GatewayPluginDatakitOrderingArgs{
After: &konnect.GatewayPluginDatakitOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &konnect.GatewayPluginDatakitOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Partials: konnect.GatewayPluginDatakitPartialArray{
&konnect.GatewayPluginDatakitPartialArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Path: pulumi.String("string"),
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &konnect.GatewayPluginDatakitRouteArgs{
Id: pulumi.String("string"),
},
Service: &konnect.GatewayPluginDatakitServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
UpdatedAt: pulumi.Float64(0),
})
var gatewayPluginDatakitResource = new GatewayPluginDatakit("gatewayPluginDatakitResource", GatewayPluginDatakitArgs.builder()
.controlPlaneId("string")
.config(GatewayPluginDatakitConfigArgs.builder()
.nodes(GatewayPluginDatakitConfigNodeArgs.builder()
.name("string")
.type("string")
.build())
.debug(false)
.build())
.gatewayPluginDatakitId("string")
.consumerGroup(GatewayPluginDatakitConsumerGroupArgs.builder()
.id("string")
.build())
.createdAt(0.0)
.enabled(false)
.consumer(GatewayPluginDatakitConsumerArgs.builder()
.id("string")
.build())
.instanceName("string")
.ordering(GatewayPluginDatakitOrderingArgs.builder()
.after(GatewayPluginDatakitOrderingAfterArgs.builder()
.accesses("string")
.build())
.before(GatewayPluginDatakitOrderingBeforeArgs.builder()
.accesses("string")
.build())
.build())
.partials(GatewayPluginDatakitPartialArgs.builder()
.id("string")
.name("string")
.path("string")
.build())
.protocols("string")
.route(GatewayPluginDatakitRouteArgs.builder()
.id("string")
.build())
.service(GatewayPluginDatakitServiceArgs.builder()
.id("string")
.build())
.tags("string")
.updatedAt(0.0)
.build());
gateway_plugin_datakit_resource = konnect.GatewayPluginDatakit("gatewayPluginDatakitResource",
control_plane_id="string",
config={
"nodes": [{
"name": "string",
"type": "string",
}],
"debug": False,
},
gateway_plugin_datakit_id="string",
consumer_group={
"id": "string",
},
created_at=0,
enabled=False,
consumer={
"id": "string",
},
instance_name="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 gatewayPluginDatakitResource = new konnect.GatewayPluginDatakit("gatewayPluginDatakitResource", {
controlPlaneId: "string",
config: {
nodes: [{
name: "string",
type: "string",
}],
debug: false,
},
gatewayPluginDatakitId: "string",
consumerGroup: {
id: "string",
},
createdAt: 0,
enabled: false,
consumer: {
id: "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,
});
type: konnect:GatewayPluginDatakit
properties:
config:
debug: false
nodes:
- name: string
type: string
consumer:
id: string
consumerGroup:
id: string
controlPlaneId: string
createdAt: 0
enabled: false
gatewayPluginDatakitId: 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
GatewayPluginDatakit 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 GatewayPluginDatakit resource accepts the following input properties:
- Config
Gateway
Plugin Datakit Config - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Consumer
Gateway
Plugin Datakit 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.
- Consumer
Group GatewayPlugin Datakit Consumer Group - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- Created
At double - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringDatakit Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Datakit Ordering - Partials
List<Gateway
Plugin Datakit Partial> - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Datakit 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 Datakit 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 Datakit Config Args - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Consumer
Gateway
Plugin Datakit 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.
- Consumer
Group GatewayPlugin Datakit Consumer Group Args - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- Created
At float64 - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringDatakit Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Datakit Ordering Args - Partials
[]Gateway
Plugin Datakit Partial Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Datakit 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 Datakit 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 Datakit Config - control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- consumer
Gateway
Plugin Datakit 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.
- consumer
Group GatewayPlugin Datakit Consumer Group - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- created
At Double - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringDatakit Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Datakit Ordering - partials
List<Gateway
Plugin Datakit Partial> - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Datakit 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 Datakit 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 Datakit Config - control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- consumer
Gateway
Plugin Datakit 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.
- consumer
Group GatewayPlugin Datakit Consumer Group - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- created
At number - Unix epoch when the resource was created.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringDatakit Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Datakit Ordering - partials
Gateway
Plugin Datakit Partial[] - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Datakit 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 Datakit 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 Datakit Config Args - control_
plane_ strid - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- consumer
Gateway
Plugin Datakit 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.
- consumer_
group GatewayPlugin Datakit Consumer Group Args - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- created_
at float - Unix epoch when the resource was created.
- enabled bool
- Whether the plugin is applied.
- gateway_
plugin_ strdatakit_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Datakit Ordering Args - partials
Sequence[Gateway
Plugin Datakit Partial Args] - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Datakit 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 Datakit 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
- control
Plane StringId - 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.
- consumer
Group Property Map - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- created
At Number - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringDatakit Id - 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 GatewayPluginDatakit 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 GatewayPluginDatakit Resource
Get an existing GatewayPluginDatakit 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?: GatewayPluginDatakitState, opts?: CustomResourceOptions): GatewayPluginDatakit
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginDatakitConfigArgs] = None,
consumer: Optional[GatewayPluginDatakitConsumerArgs] = None,
consumer_group: Optional[GatewayPluginDatakitConsumerGroupArgs] = None,
control_plane_id: Optional[str] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_datakit_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginDatakitOrderingArgs] = None,
partials: Optional[Sequence[GatewayPluginDatakitPartialArgs]] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginDatakitRouteArgs] = None,
service: Optional[GatewayPluginDatakitServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None) -> GatewayPluginDatakit
func GetGatewayPluginDatakit(ctx *Context, name string, id IDInput, state *GatewayPluginDatakitState, opts ...ResourceOption) (*GatewayPluginDatakit, error)
public static GatewayPluginDatakit Get(string name, Input<string> id, GatewayPluginDatakitState? state, CustomResourceOptions? opts = null)
public static GatewayPluginDatakit get(String name, Output<String> id, GatewayPluginDatakitState state, CustomResourceOptions options)
resources: _: type: konnect:GatewayPluginDatakit 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 Datakit Config - Consumer
Gateway
Plugin Datakit 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.
- Consumer
Group GatewayPlugin Datakit Consumer Group - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- Control
Plane stringId - 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 stringDatakit Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Datakit Ordering - Partials
List<Gateway
Plugin Datakit Partial> - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Datakit 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 Datakit 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 Datakit Config Args - Consumer
Gateway
Plugin Datakit 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.
- Consumer
Group GatewayPlugin Datakit Consumer Group Args - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- Control
Plane stringId - 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 stringDatakit Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Datakit Ordering Args - Partials
[]Gateway
Plugin Datakit Partial Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Datakit 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 Datakit 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 Datakit Config - consumer
Gateway
Plugin Datakit 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.
- consumer
Group GatewayPlugin Datakit Consumer Group - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- control
Plane StringId - 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 StringDatakit Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Datakit Ordering - partials
List<Gateway
Plugin Datakit Partial> - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Datakit 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 Datakit 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 Datakit Config - consumer
Gateway
Plugin Datakit 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.
- consumer
Group GatewayPlugin Datakit Consumer Group - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- control
Plane stringId - 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 stringDatakit Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Datakit Ordering - partials
Gateway
Plugin Datakit Partial[] - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Datakit 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 Datakit 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 Datakit Config Args - consumer
Gateway
Plugin Datakit 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.
- consumer_
group GatewayPlugin Datakit Consumer Group Args - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- control_
plane_ strid - 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_ strdatakit_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Datakit Ordering Args - partials
Sequence[Gateway
Plugin Datakit Partial Args] - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Datakit 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 Datakit 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.
- consumer
Group Property Map - If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
- control
Plane StringId - 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 StringDatakit Id - 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
GatewayPluginDatakitConfig, GatewayPluginDatakitConfigArgs
- nodes List<Property Map>
- debug Boolean
GatewayPluginDatakitConfigNode, GatewayPluginDatakitConfigNodeArgs
GatewayPluginDatakitConsumer, GatewayPluginDatakitConsumerArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginDatakitConsumerGroup, GatewayPluginDatakitConsumerGroupArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginDatakitOrdering, GatewayPluginDatakitOrderingArgs
GatewayPluginDatakitOrderingAfter, GatewayPluginDatakitOrderingAfterArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginDatakitOrderingBefore, GatewayPluginDatakitOrderingBeforeArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginDatakitPartial, GatewayPluginDatakitPartialArgs
GatewayPluginDatakitRoute, GatewayPluginDatakitRouteArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginDatakitService, GatewayPluginDatakitServiceArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
$ pulumi import konnect:index/gatewayPluginDatakit:GatewayPluginDatakit my_konnect_gateway_plugin_datakit '{"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.