konnect.GatewayPluginRequestValidator
Explore with Pulumi AI
GatewayPluginRequestValidator 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.GatewayPluginRequestValidator;
import com.pulumi.konnect.GatewayPluginRequestValidatorArgs;
import com.pulumi.konnect.inputs.GatewayPluginRequestValidatorConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginRequestValidatorConsumerArgs;
import com.pulumi.konnect.inputs.GatewayPluginRequestValidatorOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginRequestValidatorOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginRequestValidatorOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginRequestValidatorRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginRequestValidatorServiceArgs;
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 myGatewaypluginrequestvalidator = new GatewayPluginRequestValidator("myGatewaypluginrequestvalidator", GatewayPluginRequestValidatorArgs.builder()
.config(GatewayPluginRequestValidatorConfigArgs.builder()
.allowed_content_types("...")
.body_schema("...my_body_schema...")
.content_type_parameter_validation(false)
.parameter_schema(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.verbose_response(true)
.version("kong")
.build())
.consumer(GatewayPluginRequestValidatorConsumerArgs.builder()
.id("...my_id...")
.build())
.controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
.enabled(false)
.gatewayPluginRequestValidatorId("...my_id...")
.instanceName("...my_instance_name...")
.ordering(GatewayPluginRequestValidatorOrderingArgs.builder()
.after(GatewayPluginRequestValidatorOrderingAfterArgs.builder()
.access("...")
.build())
.before(GatewayPluginRequestValidatorOrderingBeforeArgs.builder()
.access("...")
.build())
.build())
.protocols("grpcs")
.route(GatewayPluginRequestValidatorRouteArgs.builder()
.id("...my_id...")
.build())
.service(GatewayPluginRequestValidatorServiceArgs.builder()
.id("...my_id...")
.build())
.tags("...")
.build());
}
}
resources:
myGatewaypluginrequestvalidator:
type: konnect:GatewayPluginRequestValidator
properties:
config:
allowed_content_types:
- '...'
body_schema: '...my_body_schema...'
content_type_parameter_validation: false
parameter_schema:
- explode: true
in: query
name: '...my_name...'
required: false
schema: '...my_schema...'
style: matrix
verbose_response: true
version: kong
consumer:
id: '...my_id...'
controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
enabled: false
gatewayPluginRequestValidatorId: '...my_id...'
instanceName: '...my_instance_name...'
ordering:
after:
access:
- '...'
before:
access:
- '...'
protocols:
- grpcs
route:
id: '...my_id...'
service:
id: '...my_id...'
tags:
- '...'
Create GatewayPluginRequestValidator Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayPluginRequestValidator(name: string, args: GatewayPluginRequestValidatorArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginRequestValidator(resource_name: str,
args: GatewayPluginRequestValidatorArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayPluginRequestValidator(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginRequestValidatorConfigArgs] = None,
control_plane_id: Optional[str] = None,
consumer: Optional[GatewayPluginRequestValidatorConsumerArgs] = None,
enabled: Optional[bool] = None,
gateway_plugin_request_validator_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginRequestValidatorOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginRequestValidatorRouteArgs] = None,
service: Optional[GatewayPluginRequestValidatorServiceArgs] = None,
tags: Optional[Sequence[str]] = None)
func NewGatewayPluginRequestValidator(ctx *Context, name string, args GatewayPluginRequestValidatorArgs, opts ...ResourceOption) (*GatewayPluginRequestValidator, error)
public GatewayPluginRequestValidator(string name, GatewayPluginRequestValidatorArgs args, CustomResourceOptions? opts = null)
public GatewayPluginRequestValidator(String name, GatewayPluginRequestValidatorArgs args)
public GatewayPluginRequestValidator(String name, GatewayPluginRequestValidatorArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginRequestValidator
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 GatewayPluginRequestValidatorArgs
- 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 GatewayPluginRequestValidatorArgs
- 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 GatewayPluginRequestValidatorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginRequestValidatorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayPluginRequestValidatorArgs
- 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 gatewayPluginRequestValidatorResource = new Konnect.GatewayPluginRequestValidator("gatewayPluginRequestValidatorResource", new()
{
Config = new Konnect.Inputs.GatewayPluginRequestValidatorConfigArgs
{
AllowedContentTypes = new[]
{
"string",
},
BodySchema = "string",
ContentTypeParameterValidation = false,
ParameterSchemas = new[]
{
new Konnect.Inputs.GatewayPluginRequestValidatorConfigParameterSchemaArgs
{
Explode = false,
In = "string",
Name = "string",
Required = false,
Schema = "string",
Style = "string",
},
},
VerboseResponse = false,
Version = "string",
},
ControlPlaneId = "string",
Consumer = new Konnect.Inputs.GatewayPluginRequestValidatorConsumerArgs
{
Id = "string",
},
Enabled = false,
GatewayPluginRequestValidatorId = "string",
InstanceName = "string",
Ordering = new Konnect.Inputs.GatewayPluginRequestValidatorOrderingArgs
{
After = new Konnect.Inputs.GatewayPluginRequestValidatorOrderingAfterArgs
{
Accesses = new[]
{
"string",
},
},
Before = new Konnect.Inputs.GatewayPluginRequestValidatorOrderingBeforeArgs
{
Accesses = new[]
{
"string",
},
},
},
Protocols = new[]
{
"string",
},
Route = new Konnect.Inputs.GatewayPluginRequestValidatorRouteArgs
{
Id = "string",
},
Service = new Konnect.Inputs.GatewayPluginRequestValidatorServiceArgs
{
Id = "string",
},
Tags = new[]
{
"string",
},
});
example, err := konnect.NewGatewayPluginRequestValidator(ctx, "gatewayPluginRequestValidatorResource", &konnect.GatewayPluginRequestValidatorArgs{
Config: &.GatewayPluginRequestValidatorConfigArgs{
AllowedContentTypes: pulumi.StringArray{
pulumi.String("string"),
},
BodySchema: pulumi.String("string"),
ContentTypeParameterValidation: pulumi.Bool(false),
ParameterSchemas: .GatewayPluginRequestValidatorConfigParameterSchemaArray{
&.GatewayPluginRequestValidatorConfigParameterSchemaArgs{
Explode: pulumi.Bool(false),
In: pulumi.String("string"),
Name: pulumi.String("string"),
Required: pulumi.Bool(false),
Schema: pulumi.String("string"),
Style: pulumi.String("string"),
},
},
VerboseResponse: pulumi.Bool(false),
Version: pulumi.String("string"),
},
ControlPlaneId: pulumi.String("string"),
Consumer: &.GatewayPluginRequestValidatorConsumerArgs{
Id: pulumi.String("string"),
},
Enabled: pulumi.Bool(false),
GatewayPluginRequestValidatorId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
Ordering: &.GatewayPluginRequestValidatorOrderingArgs{
After: &.GatewayPluginRequestValidatorOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &.GatewayPluginRequestValidatorOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &.GatewayPluginRequestValidatorRouteArgs{
Id: pulumi.String("string"),
},
Service: &.GatewayPluginRequestValidatorServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var gatewayPluginRequestValidatorResource = new GatewayPluginRequestValidator("gatewayPluginRequestValidatorResource", GatewayPluginRequestValidatorArgs.builder()
.config(GatewayPluginRequestValidatorConfigArgs.builder()
.allowedContentTypes("string")
.bodySchema("string")
.contentTypeParameterValidation(false)
.parameterSchemas(GatewayPluginRequestValidatorConfigParameterSchemaArgs.builder()
.explode(false)
.in("string")
.name("string")
.required(false)
.schema("string")
.style("string")
.build())
.verboseResponse(false)
.version("string")
.build())
.controlPlaneId("string")
.consumer(GatewayPluginRequestValidatorConsumerArgs.builder()
.id("string")
.build())
.enabled(false)
.gatewayPluginRequestValidatorId("string")
.instanceName("string")
.ordering(GatewayPluginRequestValidatorOrderingArgs.builder()
.after(GatewayPluginRequestValidatorOrderingAfterArgs.builder()
.accesses("string")
.build())
.before(GatewayPluginRequestValidatorOrderingBeforeArgs.builder()
.accesses("string")
.build())
.build())
.protocols("string")
.route(GatewayPluginRequestValidatorRouteArgs.builder()
.id("string")
.build())
.service(GatewayPluginRequestValidatorServiceArgs.builder()
.id("string")
.build())
.tags("string")
.build());
gateway_plugin_request_validator_resource = konnect.GatewayPluginRequestValidator("gatewayPluginRequestValidatorResource",
config={
"allowed_content_types": ["string"],
"body_schema": "string",
"content_type_parameter_validation": False,
"parameter_schemas": [{
"explode": False,
"in_": "string",
"name": "string",
"required": False,
"schema": "string",
"style": "string",
}],
"verbose_response": False,
"version": "string",
},
control_plane_id="string",
consumer={
"id": "string",
},
enabled=False,
gateway_plugin_request_validator_id="string",
instance_name="string",
ordering={
"after": {
"accesses": ["string"],
},
"before": {
"accesses": ["string"],
},
},
protocols=["string"],
route={
"id": "string",
},
service={
"id": "string",
},
tags=["string"])
const gatewayPluginRequestValidatorResource = new konnect.GatewayPluginRequestValidator("gatewayPluginRequestValidatorResource", {
config: {
allowedContentTypes: ["string"],
bodySchema: "string",
contentTypeParameterValidation: false,
parameterSchemas: [{
explode: false,
"in": "string",
name: "string",
required: false,
schema: "string",
style: "string",
}],
verboseResponse: false,
version: "string",
},
controlPlaneId: "string",
consumer: {
id: "string",
},
enabled: false,
gatewayPluginRequestValidatorId: "string",
instanceName: "string",
ordering: {
after: {
accesses: ["string"],
},
before: {
accesses: ["string"],
},
},
protocols: ["string"],
route: {
id: "string",
},
service: {
id: "string",
},
tags: ["string"],
});
type: konnect:GatewayPluginRequestValidator
properties:
config:
allowedContentTypes:
- string
bodySchema: string
contentTypeParameterValidation: false
parameterSchemas:
- explode: false
in: string
name: string
required: false
schema: string
style: string
verboseResponse: false
version: string
consumer:
id: string
controlPlaneId: string
enabled: false
gatewayPluginRequestValidatorId: string
instanceName: string
ordering:
after:
accesses:
- string
before:
accesses:
- string
protocols:
- string
route:
id: string
service:
id: string
tags:
- string
GatewayPluginRequestValidator 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 GatewayPluginRequestValidator resource accepts the following input properties:
- Config
Gateway
Plugin Request Validator 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 Request Validator 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.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringRequest Validator Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Request Validator Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Request Validator 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 Request Validator 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 Request Validator 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 Request Validator 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.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringRequest Validator Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Request Validator Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Request Validator 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 Request Validator 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 Request Validator 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 Request Validator 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.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringRequest Validator Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Request Validator Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Request Validator 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 Request Validator 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 Request Validator 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 Request Validator 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.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringRequest Validator Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Request Validator Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Request Validator 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 Request Validator 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 Request Validator 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 Request Validator 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.
- enabled bool
- Whether the plugin is applied.
- gateway_
plugin_ strrequest_ validator_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Request Validator Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Request Validator 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 Request Validator 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.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringRequest Validator 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 GatewayPluginRequestValidator 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 GatewayPluginRequestValidator Resource
Get an existing GatewayPluginRequestValidator 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?: GatewayPluginRequestValidatorState, opts?: CustomResourceOptions): GatewayPluginRequestValidator
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginRequestValidatorConfigArgs] = None,
consumer: Optional[GatewayPluginRequestValidatorConsumerArgs] = None,
control_plane_id: Optional[str] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_request_validator_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginRequestValidatorOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginRequestValidatorRouteArgs] = None,
service: Optional[GatewayPluginRequestValidatorServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None) -> GatewayPluginRequestValidator
func GetGatewayPluginRequestValidator(ctx *Context, name string, id IDInput, state *GatewayPluginRequestValidatorState, opts ...ResourceOption) (*GatewayPluginRequestValidator, error)
public static GatewayPluginRequestValidator Get(string name, Input<string> id, GatewayPluginRequestValidatorState? state, CustomResourceOptions? opts = null)
public static GatewayPluginRequestValidator get(String name, Output<String> id, GatewayPluginRequestValidatorState state, CustomResourceOptions options)
resources: _: type: konnect:GatewayPluginRequestValidator 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 Request Validator Config - Consumer
Gateway
Plugin Request Validator 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 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 stringRequest Validator Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Request Validator Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Request Validator 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 Request Validator 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 Request Validator Config Args - Consumer
Gateway
Plugin Request Validator 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 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 stringRequest Validator Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Request Validator Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Request Validator 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 Request Validator 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 Request Validator Config - consumer
Gateway
Plugin Request Validator 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 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 StringRequest Validator Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Request Validator Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Request Validator 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 Request Validator 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 Request Validator Config - consumer
Gateway
Plugin Request Validator 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 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 stringRequest Validator Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Request Validator Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Request Validator 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 Request Validator 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 Request Validator Config Args - consumer
Gateway
Plugin Request Validator 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_ 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_ strrequest_ validator_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Request Validator Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Request Validator 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 Request Validator 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 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 StringRequest Validator 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
GatewayPluginRequestValidatorConfig, GatewayPluginRequestValidatorConfigArgs
- Allowed
Content List<string>Types - List of allowed content types. The value can be configured with the
charset
parameter. For example,application/json; charset=UTF-8
. - Body
Schema string - The request body schema specification. One of
body_schema
orparameter_schema
must be specified. - Content
Type boolParameter Validation - Determines whether to enable parameters validation of request content-type.
- Parameter
Schemas List<GatewayPlugin Request Validator Config Parameter Schema> - Array of parameter validator specification. One of
body_schema
orparameter_schema
must be specified. - Verbose
Response bool - If enabled, the plugin returns more verbose and detailed validation errors.
- Version string
- Which validator to use. Supported values are
kong
(default) for using Kong's own schema validator, ordraft4
for using a JSON Schema Draft 4-compliant validator. must be one of ["draft4", "kong"]
- Allowed
Content []stringTypes - List of allowed content types. The value can be configured with the
charset
parameter. For example,application/json; charset=UTF-8
. - Body
Schema string - The request body schema specification. One of
body_schema
orparameter_schema
must be specified. - Content
Type boolParameter Validation - Determines whether to enable parameters validation of request content-type.
- Parameter
Schemas []GatewayPlugin Request Validator Config Parameter Schema - Array of parameter validator specification. One of
body_schema
orparameter_schema
must be specified. - Verbose
Response bool - If enabled, the plugin returns more verbose and detailed validation errors.
- Version string
- Which validator to use. Supported values are
kong
(default) for using Kong's own schema validator, ordraft4
for using a JSON Schema Draft 4-compliant validator. must be one of ["draft4", "kong"]
- allowed
Content List<String>Types - List of allowed content types. The value can be configured with the
charset
parameter. For example,application/json; charset=UTF-8
. - body
Schema String - The request body schema specification. One of
body_schema
orparameter_schema
must be specified. - content
Type BooleanParameter Validation - Determines whether to enable parameters validation of request content-type.
- parameter
Schemas List<GatewayPlugin Request Validator Config Parameter Schema> - Array of parameter validator specification. One of
body_schema
orparameter_schema
must be specified. - verbose
Response Boolean - If enabled, the plugin returns more verbose and detailed validation errors.
- version String
- Which validator to use. Supported values are
kong
(default) for using Kong's own schema validator, ordraft4
for using a JSON Schema Draft 4-compliant validator. must be one of ["draft4", "kong"]
- allowed
Content string[]Types - List of allowed content types. The value can be configured with the
charset
parameter. For example,application/json; charset=UTF-8
. - body
Schema string - The request body schema specification. One of
body_schema
orparameter_schema
must be specified. - content
Type booleanParameter Validation - Determines whether to enable parameters validation of request content-type.
- parameter
Schemas GatewayPlugin Request Validator Config Parameter Schema[] - Array of parameter validator specification. One of
body_schema
orparameter_schema
must be specified. - verbose
Response boolean - If enabled, the plugin returns more verbose and detailed validation errors.
- version string
- Which validator to use. Supported values are
kong
(default) for using Kong's own schema validator, ordraft4
for using a JSON Schema Draft 4-compliant validator. must be one of ["draft4", "kong"]
- allowed_
content_ Sequence[str]types - List of allowed content types. The value can be configured with the
charset
parameter. For example,application/json; charset=UTF-8
. - body_
schema str - The request body schema specification. One of
body_schema
orparameter_schema
must be specified. - content_
type_ boolparameter_ validation - Determines whether to enable parameters validation of request content-type.
- parameter_
schemas Sequence[GatewayPlugin Request Validator Config Parameter Schema] - Array of parameter validator specification. One of
body_schema
orparameter_schema
must be specified. - verbose_
response bool - If enabled, the plugin returns more verbose and detailed validation errors.
- version str
- Which validator to use. Supported values are
kong
(default) for using Kong's own schema validator, ordraft4
for using a JSON Schema Draft 4-compliant validator. must be one of ["draft4", "kong"]
- allowed
Content List<String>Types - List of allowed content types. The value can be configured with the
charset
parameter. For example,application/json; charset=UTF-8
. - body
Schema String - The request body schema specification. One of
body_schema
orparameter_schema
must be specified. - content
Type BooleanParameter Validation - Determines whether to enable parameters validation of request content-type.
- parameter
Schemas List<Property Map> - Array of parameter validator specification. One of
body_schema
orparameter_schema
must be specified. - verbose
Response Boolean - If enabled, the plugin returns more verbose and detailed validation errors.
- version String
- Which validator to use. Supported values are
kong
(default) for using Kong's own schema validator, ordraft4
for using a JSON Schema Draft 4-compliant validator. must be one of ["draft4", "kong"]
GatewayPluginRequestValidatorConfigParameterSchema, GatewayPluginRequestValidatorConfigParameterSchemaArgs
- Explode bool
- Required when
schema
andstyle
are set. Whenexplode
istrue
, parameter values of typearray
orobject
generate separate parameters for each value of the array or key-value pair of the map. For other types of parameters, this property has no effect. - In string
- The location of the parameter. Not Null; must be one of ["header", "path", "query"]
- Name string
- The name of the parameter. Parameter names are case-sensitive, and correspond to the parameter name used by the
in
property. Ifin
ispath
, thename
field MUST correspond to the named capture group from the configuredroute
. Not Null - Required bool
- Determines whether this parameter is mandatory. Not Null
- Schema string
- Requred when
style
andexplode
are set. This is the schema defining the type used for the parameter. It is validated usingdraft4
for JSON Schema draft 4 compliant validator. In addition to being a valid JSON Schema, the parameter schema MUST have a top-leveltype
property to enable proper deserialization before validating. - Style string
- Required when
schema
andexplode
are set. Describes how the parameter value will be deserialized depending on the type of the parameter value. must be one of ["deepObject", "form", "label", "matrix", "pipeDelimited", "simple", "spaceDelimited"]
- Explode bool
- Required when
schema
andstyle
are set. Whenexplode
istrue
, parameter values of typearray
orobject
generate separate parameters for each value of the array or key-value pair of the map. For other types of parameters, this property has no effect. - In string
- The location of the parameter. Not Null; must be one of ["header", "path", "query"]
- Name string
- The name of the parameter. Parameter names are case-sensitive, and correspond to the parameter name used by the
in
property. Ifin
ispath
, thename
field MUST correspond to the named capture group from the configuredroute
. Not Null - Required bool
- Determines whether this parameter is mandatory. Not Null
- Schema string
- Requred when
style
andexplode
are set. This is the schema defining the type used for the parameter. It is validated usingdraft4
for JSON Schema draft 4 compliant validator. In addition to being a valid JSON Schema, the parameter schema MUST have a top-leveltype
property to enable proper deserialization before validating. - Style string
- Required when
schema
andexplode
are set. Describes how the parameter value will be deserialized depending on the type of the parameter value. must be one of ["deepObject", "form", "label", "matrix", "pipeDelimited", "simple", "spaceDelimited"]
- explode Boolean
- Required when
schema
andstyle
are set. Whenexplode
istrue
, parameter values of typearray
orobject
generate separate parameters for each value of the array or key-value pair of the map. For other types of parameters, this property has no effect. - in String
- The location of the parameter. Not Null; must be one of ["header", "path", "query"]
- name String
- The name of the parameter. Parameter names are case-sensitive, and correspond to the parameter name used by the
in
property. Ifin
ispath
, thename
field MUST correspond to the named capture group from the configuredroute
. Not Null - required Boolean
- Determines whether this parameter is mandatory. Not Null
- schema String
- Requred when
style
andexplode
are set. This is the schema defining the type used for the parameter. It is validated usingdraft4
for JSON Schema draft 4 compliant validator. In addition to being a valid JSON Schema, the parameter schema MUST have a top-leveltype
property to enable proper deserialization before validating. - style String
- Required when
schema
andexplode
are set. Describes how the parameter value will be deserialized depending on the type of the parameter value. must be one of ["deepObject", "form", "label", "matrix", "pipeDelimited", "simple", "spaceDelimited"]
- explode boolean
- Required when
schema
andstyle
are set. Whenexplode
istrue
, parameter values of typearray
orobject
generate separate parameters for each value of the array or key-value pair of the map. For other types of parameters, this property has no effect. - in string
- The location of the parameter. Not Null; must be one of ["header", "path", "query"]
- name string
- The name of the parameter. Parameter names are case-sensitive, and correspond to the parameter name used by the
in
property. Ifin
ispath
, thename
field MUST correspond to the named capture group from the configuredroute
. Not Null - required boolean
- Determines whether this parameter is mandatory. Not Null
- schema string
- Requred when
style
andexplode
are set. This is the schema defining the type used for the parameter. It is validated usingdraft4
for JSON Schema draft 4 compliant validator. In addition to being a valid JSON Schema, the parameter schema MUST have a top-leveltype
property to enable proper deserialization before validating. - style string
- Required when
schema
andexplode
are set. Describes how the parameter value will be deserialized depending on the type of the parameter value. must be one of ["deepObject", "form", "label", "matrix", "pipeDelimited", "simple", "spaceDelimited"]
- explode bool
- Required when
schema
andstyle
are set. Whenexplode
istrue
, parameter values of typearray
orobject
generate separate parameters for each value of the array or key-value pair of the map. For other types of parameters, this property has no effect. - in_ str
- The location of the parameter. Not Null; must be one of ["header", "path", "query"]
- name str
- The name of the parameter. Parameter names are case-sensitive, and correspond to the parameter name used by the
in
property. Ifin
ispath
, thename
field MUST correspond to the named capture group from the configuredroute
. Not Null - required bool
- Determines whether this parameter is mandatory. Not Null
- schema str
- Requred when
style
andexplode
are set. This is the schema defining the type used for the parameter. It is validated usingdraft4
for JSON Schema draft 4 compliant validator. In addition to being a valid JSON Schema, the parameter schema MUST have a top-leveltype
property to enable proper deserialization before validating. - style str
- Required when
schema
andexplode
are set. Describes how the parameter value will be deserialized depending on the type of the parameter value. must be one of ["deepObject", "form", "label", "matrix", "pipeDelimited", "simple", "spaceDelimited"]
- explode Boolean
- Required when
schema
andstyle
are set. Whenexplode
istrue
, parameter values of typearray
orobject
generate separate parameters for each value of the array or key-value pair of the map. For other types of parameters, this property has no effect. - in String
- The location of the parameter. Not Null; must be one of ["header", "path", "query"]
- name String
- The name of the parameter. Parameter names are case-sensitive, and correspond to the parameter name used by the
in
property. Ifin
ispath
, thename
field MUST correspond to the named capture group from the configuredroute
. Not Null - required Boolean
- Determines whether this parameter is mandatory. Not Null
- schema String
- Requred when
style
andexplode
are set. This is the schema defining the type used for the parameter. It is validated usingdraft4
for JSON Schema draft 4 compliant validator. In addition to being a valid JSON Schema, the parameter schema MUST have a top-leveltype
property to enable proper deserialization before validating. - style String
- Required when
schema
andexplode
are set. Describes how the parameter value will be deserialized depending on the type of the parameter value. must be one of ["deepObject", "form", "label", "matrix", "pipeDelimited", "simple", "spaceDelimited"]
GatewayPluginRequestValidatorConsumer, GatewayPluginRequestValidatorConsumerArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginRequestValidatorOrdering, GatewayPluginRequestValidatorOrderingArgs
GatewayPluginRequestValidatorOrderingAfter, GatewayPluginRequestValidatorOrderingAfterArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginRequestValidatorOrderingBefore, GatewayPluginRequestValidatorOrderingBeforeArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginRequestValidatorRoute, GatewayPluginRequestValidatorRouteArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginRequestValidatorService, GatewayPluginRequestValidatorServiceArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
$ pulumi import konnect:index/gatewayPluginRequestValidator:GatewayPluginRequestValidator my_konnect_gateway_plugin_request_validator "{ \"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.