konnect.GatewayPluginAiPromptTemplate
Explore with Pulumi AI
GatewayPluginAiPromptTemplate Resource
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.konnect.GatewayPluginAiPromptTemplate;
import com.pulumi.konnect.GatewayPluginAiPromptTemplateArgs;
import com.pulumi.konnect.inputs.GatewayPluginAiPromptTemplateConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginAiPromptTemplateConsumerArgs;
import com.pulumi.konnect.inputs.GatewayPluginAiPromptTemplateConsumerGroupArgs;
import com.pulumi.konnect.inputs.GatewayPluginAiPromptTemplateOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginAiPromptTemplateOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginAiPromptTemplateOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginAiPromptTemplateRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginAiPromptTemplateServiceArgs;
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 myGatewaypluginaiprompttemplate = new GatewayPluginAiPromptTemplate("myGatewaypluginaiprompttemplate", GatewayPluginAiPromptTemplateArgs.builder()
.config(GatewayPluginAiPromptTemplateConfigArgs.builder()
.allow_untemplated_requests(true)
.log_original_request(false)
.max_request_body_size(9)
.templates(GatewayPluginAiPromptTemplateConfigTemplateArgs.builder()
.name("...my_name...")
.template("...my_template...")
.build())
.build())
.consumer(GatewayPluginAiPromptTemplateConsumerArgs.builder()
.id("...my_id...")
.build())
.consumerGroup(GatewayPluginAiPromptTemplateConsumerGroupArgs.builder()
.id("...my_id...")
.build())
.controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
.enabled(false)
.gatewayPluginAiPromptTemplateId("...my_id...")
.instanceName("...my_instance_name...")
.ordering(GatewayPluginAiPromptTemplateOrderingArgs.builder()
.after(GatewayPluginAiPromptTemplateOrderingAfterArgs.builder()
.access("...")
.build())
.before(GatewayPluginAiPromptTemplateOrderingBeforeArgs.builder()
.access("...")
.build())
.build())
.protocols("https")
.route(GatewayPluginAiPromptTemplateRouteArgs.builder()
.id("...my_id...")
.build())
.service(GatewayPluginAiPromptTemplateServiceArgs.builder()
.id("...my_id...")
.build())
.tags("...")
.build());
}
}
resources:
myGatewaypluginaiprompttemplate:
type: konnect:GatewayPluginAiPromptTemplate
properties:
config:
allow_untemplated_requests: true
log_original_request: false
max_request_body_size: 9
templates:
- name: '...my_name...'
template: '...my_template...'
consumer:
id: '...my_id...'
consumerGroup:
id: '...my_id...'
controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
enabled: false
gatewayPluginAiPromptTemplateId: '...my_id...'
instanceName: '...my_instance_name...'
ordering:
after:
access:
- '...'
before:
access:
- '...'
protocols:
- https
route:
id: '...my_id...'
service:
id: '...my_id...'
tags:
- '...'
Create GatewayPluginAiPromptTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayPluginAiPromptTemplate(name: string, args: GatewayPluginAiPromptTemplateArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginAiPromptTemplate(resource_name: str,
args: GatewayPluginAiPromptTemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayPluginAiPromptTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginAiPromptTemplateConfigArgs] = None,
control_plane_id: Optional[str] = None,
consumer: Optional[GatewayPluginAiPromptTemplateConsumerArgs] = None,
consumer_group: Optional[GatewayPluginAiPromptTemplateConsumerGroupArgs] = None,
enabled: Optional[bool] = None,
gateway_plugin_ai_prompt_template_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginAiPromptTemplateOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginAiPromptTemplateRouteArgs] = None,
service: Optional[GatewayPluginAiPromptTemplateServiceArgs] = None,
tags: Optional[Sequence[str]] = None)
func NewGatewayPluginAiPromptTemplate(ctx *Context, name string, args GatewayPluginAiPromptTemplateArgs, opts ...ResourceOption) (*GatewayPluginAiPromptTemplate, error)
public GatewayPluginAiPromptTemplate(string name, GatewayPluginAiPromptTemplateArgs args, CustomResourceOptions? opts = null)
public GatewayPluginAiPromptTemplate(String name, GatewayPluginAiPromptTemplateArgs args)
public GatewayPluginAiPromptTemplate(String name, GatewayPluginAiPromptTemplateArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginAiPromptTemplate
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 GatewayPluginAiPromptTemplateArgs
- 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 GatewayPluginAiPromptTemplateArgs
- 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 GatewayPluginAiPromptTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginAiPromptTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayPluginAiPromptTemplateArgs
- 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 gatewayPluginAiPromptTemplateResource = new Konnect.GatewayPluginAiPromptTemplate("gatewayPluginAiPromptTemplateResource", new()
{
Config = new Konnect.Inputs.GatewayPluginAiPromptTemplateConfigArgs
{
AllowUntemplatedRequests = false,
LogOriginalRequest = false,
MaxRequestBodySize = 0,
Templates = new[]
{
new Konnect.Inputs.GatewayPluginAiPromptTemplateConfigTemplateArgs
{
Name = "string",
Template = "string",
},
},
},
ControlPlaneId = "string",
Consumer = new Konnect.Inputs.GatewayPluginAiPromptTemplateConsumerArgs
{
Id = "string",
},
ConsumerGroup = new Konnect.Inputs.GatewayPluginAiPromptTemplateConsumerGroupArgs
{
Id = "string",
},
Enabled = false,
GatewayPluginAiPromptTemplateId = "string",
InstanceName = "string",
Ordering = new Konnect.Inputs.GatewayPluginAiPromptTemplateOrderingArgs
{
After = new Konnect.Inputs.GatewayPluginAiPromptTemplateOrderingAfterArgs
{
Accesses = new[]
{
"string",
},
},
Before = new Konnect.Inputs.GatewayPluginAiPromptTemplateOrderingBeforeArgs
{
Accesses = new[]
{
"string",
},
},
},
Protocols = new[]
{
"string",
},
Route = new Konnect.Inputs.GatewayPluginAiPromptTemplateRouteArgs
{
Id = "string",
},
Service = new Konnect.Inputs.GatewayPluginAiPromptTemplateServiceArgs
{
Id = "string",
},
Tags = new[]
{
"string",
},
});
example, err := konnect.NewGatewayPluginAiPromptTemplate(ctx, "gatewayPluginAiPromptTemplateResource", &konnect.GatewayPluginAiPromptTemplateArgs{
Config: &.GatewayPluginAiPromptTemplateConfigArgs{
AllowUntemplatedRequests: pulumi.Bool(false),
LogOriginalRequest: pulumi.Bool(false),
MaxRequestBodySize: pulumi.Float64(0),
Templates: .GatewayPluginAiPromptTemplateConfigTemplateArray{
&.GatewayPluginAiPromptTemplateConfigTemplateArgs{
Name: pulumi.String("string"),
Template: pulumi.String("string"),
},
},
},
ControlPlaneId: pulumi.String("string"),
Consumer: &.GatewayPluginAiPromptTemplateConsumerArgs{
Id: pulumi.String("string"),
},
ConsumerGroup: &.GatewayPluginAiPromptTemplateConsumerGroupArgs{
Id: pulumi.String("string"),
},
Enabled: pulumi.Bool(false),
GatewayPluginAiPromptTemplateId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
Ordering: &.GatewayPluginAiPromptTemplateOrderingArgs{
After: &.GatewayPluginAiPromptTemplateOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &.GatewayPluginAiPromptTemplateOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &.GatewayPluginAiPromptTemplateRouteArgs{
Id: pulumi.String("string"),
},
Service: &.GatewayPluginAiPromptTemplateServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var gatewayPluginAiPromptTemplateResource = new GatewayPluginAiPromptTemplate("gatewayPluginAiPromptTemplateResource", GatewayPluginAiPromptTemplateArgs.builder()
.config(GatewayPluginAiPromptTemplateConfigArgs.builder()
.allowUntemplatedRequests(false)
.logOriginalRequest(false)
.maxRequestBodySize(0)
.templates(GatewayPluginAiPromptTemplateConfigTemplateArgs.builder()
.name("string")
.template("string")
.build())
.build())
.controlPlaneId("string")
.consumer(GatewayPluginAiPromptTemplateConsumerArgs.builder()
.id("string")
.build())
.consumerGroup(GatewayPluginAiPromptTemplateConsumerGroupArgs.builder()
.id("string")
.build())
.enabled(false)
.gatewayPluginAiPromptTemplateId("string")
.instanceName("string")
.ordering(GatewayPluginAiPromptTemplateOrderingArgs.builder()
.after(GatewayPluginAiPromptTemplateOrderingAfterArgs.builder()
.accesses("string")
.build())
.before(GatewayPluginAiPromptTemplateOrderingBeforeArgs.builder()
.accesses("string")
.build())
.build())
.protocols("string")
.route(GatewayPluginAiPromptTemplateRouteArgs.builder()
.id("string")
.build())
.service(GatewayPluginAiPromptTemplateServiceArgs.builder()
.id("string")
.build())
.tags("string")
.build());
gateway_plugin_ai_prompt_template_resource = konnect.GatewayPluginAiPromptTemplate("gatewayPluginAiPromptTemplateResource",
config={
"allow_untemplated_requests": False,
"log_original_request": False,
"max_request_body_size": 0,
"templates": [{
"name": "string",
"template": "string",
}],
},
control_plane_id="string",
consumer={
"id": "string",
},
consumer_group={
"id": "string",
},
enabled=False,
gateway_plugin_ai_prompt_template_id="string",
instance_name="string",
ordering={
"after": {
"accesses": ["string"],
},
"before": {
"accesses": ["string"],
},
},
protocols=["string"],
route={
"id": "string",
},
service={
"id": "string",
},
tags=["string"])
const gatewayPluginAiPromptTemplateResource = new konnect.GatewayPluginAiPromptTemplate("gatewayPluginAiPromptTemplateResource", {
config: {
allowUntemplatedRequests: false,
logOriginalRequest: false,
maxRequestBodySize: 0,
templates: [{
name: "string",
template: "string",
}],
},
controlPlaneId: "string",
consumer: {
id: "string",
},
consumerGroup: {
id: "string",
},
enabled: false,
gatewayPluginAiPromptTemplateId: "string",
instanceName: "string",
ordering: {
after: {
accesses: ["string"],
},
before: {
accesses: ["string"],
},
},
protocols: ["string"],
route: {
id: "string",
},
service: {
id: "string",
},
tags: ["string"],
});
type: konnect:GatewayPluginAiPromptTemplate
properties:
config:
allowUntemplatedRequests: false
logOriginalRequest: false
maxRequestBodySize: 0
templates:
- name: string
template: string
consumer:
id: string
consumerGroup:
id: string
controlPlaneId: string
enabled: false
gatewayPluginAiPromptTemplateId: string
instanceName: string
ordering:
after:
accesses:
- string
before:
accesses:
- string
protocols:
- string
route:
id: string
service:
id: string
tags:
- string
GatewayPluginAiPromptTemplate 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 GatewayPluginAiPromptTemplate resource accepts the following input properties:
- Config
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 Ai Prompt Template 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
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringAi Prompt Template Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Ai Prompt Template Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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.
- Config
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 Ai Prompt Template 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
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringAi Prompt Template Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Ai Prompt Template Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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.
- config
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 Ai Prompt Template 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
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringAi Prompt Template Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Ai Prompt Template Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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.
- config
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 Ai Prompt Template 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
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringAi Prompt Template Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Ai Prompt Template Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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.
- config
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 Ai Prompt Template 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
- enabled bool
- Whether the plugin is applied.
- gateway_
plugin_ strai_ prompt_ template_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Ai Prompt Template Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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.
- 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
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringAi Prompt Template Id - The ID of this resource.
- instance
Name String - ordering 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayPluginAiPromptTemplate resource produces the following output properties:
- created_
at float - Unix epoch when the resource was created.
- id str
- The provider-assigned unique ID for this managed resource.
- updated_
at float - Unix epoch when the resource was last updated.
Look up Existing GatewayPluginAiPromptTemplate Resource
Get an existing GatewayPluginAiPromptTemplate 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?: GatewayPluginAiPromptTemplateState, opts?: CustomResourceOptions): GatewayPluginAiPromptTemplate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginAiPromptTemplateConfigArgs] = None,
consumer: Optional[GatewayPluginAiPromptTemplateConsumerArgs] = None,
consumer_group: Optional[GatewayPluginAiPromptTemplateConsumerGroupArgs] = None,
control_plane_id: Optional[str] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_ai_prompt_template_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginAiPromptTemplateOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginAiPromptTemplateRouteArgs] = None,
service: Optional[GatewayPluginAiPromptTemplateServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None) -> GatewayPluginAiPromptTemplate
func GetGatewayPluginAiPromptTemplate(ctx *Context, name string, id IDInput, state *GatewayPluginAiPromptTemplateState, opts ...ResourceOption) (*GatewayPluginAiPromptTemplate, error)
public static GatewayPluginAiPromptTemplate Get(string name, Input<string> id, GatewayPluginAiPromptTemplateState? state, CustomResourceOptions? opts = null)
public static GatewayPluginAiPromptTemplate get(String name, Output<String> id, GatewayPluginAiPromptTemplateState state, CustomResourceOptions options)
resources: _: type: konnect:GatewayPluginAiPromptTemplate 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 Ai Prompt Template Config - Consumer
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 stringAi Prompt Template Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Ai Prompt Template Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 Ai Prompt Template Config Args - Consumer
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 stringAi Prompt Template Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Ai Prompt Template Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 Ai Prompt Template Config - consumer
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 StringAi Prompt Template Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Ai Prompt Template Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 Ai Prompt Template Config - consumer
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 stringAi Prompt Template Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Ai Prompt Template Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 Ai Prompt Template Config Args - consumer
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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_ strai_ prompt_ template_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Ai Prompt Template Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Ai Prompt Template 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 Ai Prompt Template 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 StringAi Prompt Template Id - The ID of this resource.
- instance
Name String - ordering 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
GatewayPluginAiPromptTemplateConfig, GatewayPluginAiPromptTemplateConfigArgs
- Allow
Untemplated boolRequests - Set true to allow requests that don't call or match any template.
- Log
Original boolRequest - Set true to add the original request to the Kong log plugin(s) output.
- Max
Request doubleBody Size - max allowed body size allowed to be introspected
- Templates
List<Gateway
Plugin Ai Prompt Template Config Template> - Array of templates available to the request context.
- Allow
Untemplated boolRequests - Set true to allow requests that don't call or match any template.
- Log
Original boolRequest - Set true to add the original request to the Kong log plugin(s) output.
- Max
Request float64Body Size - max allowed body size allowed to be introspected
- Templates
[]Gateway
Plugin Ai Prompt Template Config Template - Array of templates available to the request context.
- allow
Untemplated BooleanRequests - Set true to allow requests that don't call or match any template.
- log
Original BooleanRequest - Set true to add the original request to the Kong log plugin(s) output.
- max
Request DoubleBody Size - max allowed body size allowed to be introspected
- templates
List<Gateway
Plugin Ai Prompt Template Config Template> - Array of templates available to the request context.
- allow
Untemplated booleanRequests - Set true to allow requests that don't call or match any template.
- log
Original booleanRequest - Set true to add the original request to the Kong log plugin(s) output.
- max
Request numberBody Size - max allowed body size allowed to be introspected
- templates
Gateway
Plugin Ai Prompt Template Config Template[] - Array of templates available to the request context.
- allow_
untemplated_ boolrequests - Set true to allow requests that don't call or match any template.
- log_
original_ boolrequest - Set true to add the original request to the Kong log plugin(s) output.
- max_
request_ floatbody_ size - max allowed body size allowed to be introspected
- templates
Sequence[Gateway
Plugin Ai Prompt Template Config Template] - Array of templates available to the request context.
- allow
Untemplated BooleanRequests - Set true to allow requests that don't call or match any template.
- log
Original BooleanRequest - Set true to add the original request to the Kong log plugin(s) output.
- max
Request NumberBody Size - max allowed body size allowed to be introspected
- templates List<Property Map>
- Array of templates available to the request context.
GatewayPluginAiPromptTemplateConfigTemplate, GatewayPluginAiPromptTemplateConfigTemplateArgs
GatewayPluginAiPromptTemplateConsumer, GatewayPluginAiPromptTemplateConsumerArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginAiPromptTemplateConsumerGroup, GatewayPluginAiPromptTemplateConsumerGroupArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginAiPromptTemplateOrdering, GatewayPluginAiPromptTemplateOrderingArgs
GatewayPluginAiPromptTemplateOrderingAfter, GatewayPluginAiPromptTemplateOrderingAfterArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginAiPromptTemplateOrderingBefore, GatewayPluginAiPromptTemplateOrderingBeforeArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginAiPromptTemplateRoute, GatewayPluginAiPromptTemplateRouteArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginAiPromptTemplateService, GatewayPluginAiPromptTemplateServiceArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
$ pulumi import konnect:index/gatewayPluginAiPromptTemplate:GatewayPluginAiPromptTemplate my_konnect_gateway_plugin_ai_prompt_template "{ \"control_plane_id\": \"9524ec7d-36d9-465d-a8c5-83a3c9390458\", \"plugin_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.