konnect.GatewayPluginInjectionProtection
Explore with Pulumi AI
GatewayPluginInjectionProtection 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.GatewayPluginInjectionProtection;
import com.pulumi.konnect.GatewayPluginInjectionProtectionArgs;
import com.pulumi.konnect.inputs.GatewayPluginInjectionProtectionConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginInjectionProtectionOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginInjectionProtectionOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginInjectionProtectionOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginInjectionProtectionRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginInjectionProtectionServiceArgs;
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 myGatewayplugininjectionprotection = new GatewayPluginInjectionProtection("myGatewayplugininjectionprotection", GatewayPluginInjectionProtectionArgs.builder()
.config(GatewayPluginInjectionProtectionConfigArgs.builder()
.custom_injections(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.enforcement_mode("block")
.error_message("...my_error_message...")
.error_status_code(416)
.injection_types("sql")
.locations("path_and_query")
.build())
.controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
.enabled(false)
.gatewayPluginInjectionProtectionId("...my_id...")
.instanceName("...my_instance_name...")
.ordering(GatewayPluginInjectionProtectionOrderingArgs.builder()
.after(GatewayPluginInjectionProtectionOrderingAfterArgs.builder()
.access("...")
.build())
.before(GatewayPluginInjectionProtectionOrderingBeforeArgs.builder()
.access("...")
.build())
.build())
.protocols("grpc")
.route(GatewayPluginInjectionProtectionRouteArgs.builder()
.id("...my_id...")
.build())
.service(GatewayPluginInjectionProtectionServiceArgs.builder()
.id("...my_id...")
.build())
.tags("...")
.build());
}
}
resources:
myGatewayplugininjectionprotection:
type: konnect:GatewayPluginInjectionProtection
properties:
config:
custom_injections:
- name: '...my_name...'
regex: '...my_regex...'
enforcement_mode: block
error_message: '...my_error_message...'
error_status_code: 416
injection_types:
- sql
locations:
- path_and_query
controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
enabled: false
gatewayPluginInjectionProtectionId: '...my_id...'
instanceName: '...my_instance_name...'
ordering:
after:
access:
- '...'
before:
access:
- '...'
protocols:
- grpc
route:
id: '...my_id...'
service:
id: '...my_id...'
tags:
- '...'
Create GatewayPluginInjectionProtection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayPluginInjectionProtection(name: string, args: GatewayPluginInjectionProtectionArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginInjectionProtection(resource_name: str,
args: GatewayPluginInjectionProtectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayPluginInjectionProtection(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginInjectionProtectionConfigArgs] = None,
control_plane_id: Optional[str] = None,
enabled: Optional[bool] = None,
gateway_plugin_injection_protection_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginInjectionProtectionOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginInjectionProtectionRouteArgs] = None,
service: Optional[GatewayPluginInjectionProtectionServiceArgs] = None,
tags: Optional[Sequence[str]] = None)
func NewGatewayPluginInjectionProtection(ctx *Context, name string, args GatewayPluginInjectionProtectionArgs, opts ...ResourceOption) (*GatewayPluginInjectionProtection, error)
public GatewayPluginInjectionProtection(string name, GatewayPluginInjectionProtectionArgs args, CustomResourceOptions? opts = null)
public GatewayPluginInjectionProtection(String name, GatewayPluginInjectionProtectionArgs args)
public GatewayPluginInjectionProtection(String name, GatewayPluginInjectionProtectionArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginInjectionProtection
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 GatewayPluginInjectionProtectionArgs
- 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 GatewayPluginInjectionProtectionArgs
- 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 GatewayPluginInjectionProtectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginInjectionProtectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayPluginInjectionProtectionArgs
- 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 gatewayPluginInjectionProtectionResource = new Konnect.GatewayPluginInjectionProtection("gatewayPluginInjectionProtectionResource", new()
{
Config = new Konnect.Inputs.GatewayPluginInjectionProtectionConfigArgs
{
CustomInjections = new[]
{
new Konnect.Inputs.GatewayPluginInjectionProtectionConfigCustomInjectionArgs
{
Name = "string",
Regex = "string",
},
},
EnforcementMode = "string",
ErrorMessage = "string",
ErrorStatusCode = 0,
InjectionTypes = new[]
{
"string",
},
Locations = new[]
{
"string",
},
},
ControlPlaneId = "string",
Enabled = false,
GatewayPluginInjectionProtectionId = "string",
InstanceName = "string",
Ordering = new Konnect.Inputs.GatewayPluginInjectionProtectionOrderingArgs
{
After = new Konnect.Inputs.GatewayPluginInjectionProtectionOrderingAfterArgs
{
Accesses = new[]
{
"string",
},
},
Before = new Konnect.Inputs.GatewayPluginInjectionProtectionOrderingBeforeArgs
{
Accesses = new[]
{
"string",
},
},
},
Protocols = new[]
{
"string",
},
Route = new Konnect.Inputs.GatewayPluginInjectionProtectionRouteArgs
{
Id = "string",
},
Service = new Konnect.Inputs.GatewayPluginInjectionProtectionServiceArgs
{
Id = "string",
},
Tags = new[]
{
"string",
},
});
example, err := konnect.NewGatewayPluginInjectionProtection(ctx, "gatewayPluginInjectionProtectionResource", &konnect.GatewayPluginInjectionProtectionArgs{
Config: &.GatewayPluginInjectionProtectionConfigArgs{
CustomInjections: .GatewayPluginInjectionProtectionConfigCustomInjectionArray{
&.GatewayPluginInjectionProtectionConfigCustomInjectionArgs{
Name: pulumi.String("string"),
Regex: pulumi.String("string"),
},
},
EnforcementMode: pulumi.String("string"),
ErrorMessage: pulumi.String("string"),
ErrorStatusCode: pulumi.Float64(0),
InjectionTypes: pulumi.StringArray{
pulumi.String("string"),
},
Locations: pulumi.StringArray{
pulumi.String("string"),
},
},
ControlPlaneId: pulumi.String("string"),
Enabled: pulumi.Bool(false),
GatewayPluginInjectionProtectionId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
Ordering: &.GatewayPluginInjectionProtectionOrderingArgs{
After: &.GatewayPluginInjectionProtectionOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &.GatewayPluginInjectionProtectionOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &.GatewayPluginInjectionProtectionRouteArgs{
Id: pulumi.String("string"),
},
Service: &.GatewayPluginInjectionProtectionServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var gatewayPluginInjectionProtectionResource = new GatewayPluginInjectionProtection("gatewayPluginInjectionProtectionResource", GatewayPluginInjectionProtectionArgs.builder()
.config(GatewayPluginInjectionProtectionConfigArgs.builder()
.customInjections(GatewayPluginInjectionProtectionConfigCustomInjectionArgs.builder()
.name("string")
.regex("string")
.build())
.enforcementMode("string")
.errorMessage("string")
.errorStatusCode(0)
.injectionTypes("string")
.locations("string")
.build())
.controlPlaneId("string")
.enabled(false)
.gatewayPluginInjectionProtectionId("string")
.instanceName("string")
.ordering(GatewayPluginInjectionProtectionOrderingArgs.builder()
.after(GatewayPluginInjectionProtectionOrderingAfterArgs.builder()
.accesses("string")
.build())
.before(GatewayPluginInjectionProtectionOrderingBeforeArgs.builder()
.accesses("string")
.build())
.build())
.protocols("string")
.route(GatewayPluginInjectionProtectionRouteArgs.builder()
.id("string")
.build())
.service(GatewayPluginInjectionProtectionServiceArgs.builder()
.id("string")
.build())
.tags("string")
.build());
gateway_plugin_injection_protection_resource = konnect.GatewayPluginInjectionProtection("gatewayPluginInjectionProtectionResource",
config={
"custom_injections": [{
"name": "string",
"regex": "string",
}],
"enforcement_mode": "string",
"error_message": "string",
"error_status_code": 0,
"injection_types": ["string"],
"locations": ["string"],
},
control_plane_id="string",
enabled=False,
gateway_plugin_injection_protection_id="string",
instance_name="string",
ordering={
"after": {
"accesses": ["string"],
},
"before": {
"accesses": ["string"],
},
},
protocols=["string"],
route={
"id": "string",
},
service={
"id": "string",
},
tags=["string"])
const gatewayPluginInjectionProtectionResource = new konnect.GatewayPluginInjectionProtection("gatewayPluginInjectionProtectionResource", {
config: {
customInjections: [{
name: "string",
regex: "string",
}],
enforcementMode: "string",
errorMessage: "string",
errorStatusCode: 0,
injectionTypes: ["string"],
locations: ["string"],
},
controlPlaneId: "string",
enabled: false,
gatewayPluginInjectionProtectionId: "string",
instanceName: "string",
ordering: {
after: {
accesses: ["string"],
},
before: {
accesses: ["string"],
},
},
protocols: ["string"],
route: {
id: "string",
},
service: {
id: "string",
},
tags: ["string"],
});
type: konnect:GatewayPluginInjectionProtection
properties:
config:
customInjections:
- name: string
regex: string
enforcementMode: string
errorMessage: string
errorStatusCode: 0
injectionTypes:
- string
locations:
- string
controlPlaneId: string
enabled: false
gatewayPluginInjectionProtectionId: string
instanceName: string
ordering:
after:
accesses:
- string
before:
accesses:
- string
protocols:
- string
route:
id: string
service:
id: string
tags:
- string
GatewayPluginInjectionProtection 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 GatewayPluginInjectionProtection resource accepts the following input properties:
- Config
Gateway
Plugin Injection Protection Config - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringInjection Protection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Injection Protection Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Injection Protection 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 Injection Protection 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 Injection Protection Config Args - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringInjection Protection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Injection Protection Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Injection Protection 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 Injection Protection 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 Injection Protection Config - control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringInjection Protection Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Injection Protection Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Injection Protection 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 Injection Protection 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 Injection Protection Config - control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringInjection Protection Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Injection Protection Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Injection Protection 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 Injection Protection 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 Injection Protection Config Args - control_
plane_ strid - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled bool
- Whether the plugin is applied.
- gateway_
plugin_ strinjection_ protection_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Injection Protection Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Injection Protection 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 Injection Protection 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.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringInjection Protection 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 GatewayPluginInjectionProtection 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 GatewayPluginInjectionProtection Resource
Get an existing GatewayPluginInjectionProtection 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?: GatewayPluginInjectionProtectionState, opts?: CustomResourceOptions): GatewayPluginInjectionProtection
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginInjectionProtectionConfigArgs] = None,
control_plane_id: Optional[str] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_injection_protection_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginInjectionProtectionOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginInjectionProtectionRouteArgs] = None,
service: Optional[GatewayPluginInjectionProtectionServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None) -> GatewayPluginInjectionProtection
func GetGatewayPluginInjectionProtection(ctx *Context, name string, id IDInput, state *GatewayPluginInjectionProtectionState, opts ...ResourceOption) (*GatewayPluginInjectionProtection, error)
public static GatewayPluginInjectionProtection Get(string name, Input<string> id, GatewayPluginInjectionProtectionState? state, CustomResourceOptions? opts = null)
public static GatewayPluginInjectionProtection get(String name, Output<String> id, GatewayPluginInjectionProtectionState state, CustomResourceOptions options)
resources: _: type: konnect:GatewayPluginInjectionProtection 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 Injection Protection Config - 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 stringInjection Protection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Injection Protection Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Injection Protection 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 Injection Protection 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 Injection Protection Config Args - 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 stringInjection Protection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Injection Protection Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Injection Protection 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 Injection Protection 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 Injection Protection Config - 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 StringInjection Protection Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Injection Protection Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Injection Protection 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 Injection Protection 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 Injection Protection Config - 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 stringInjection Protection Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Injection Protection Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Injection Protection 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 Injection Protection 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 Injection Protection Config Args - 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_ strinjection_ protection_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Injection Protection Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Injection Protection 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 Injection Protection 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.
- created
At Number - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringInjection Protection 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
GatewayPluginInjectionProtectionConfig, GatewayPluginInjectionProtectionConfigArgs
- Custom
Injections List<GatewayPlugin Injection Protection Config Custom Injection> - Custom regexes to check for.
- Enforcement
Mode string - Enforcement mode of the security policy. must be one of ["block", "log_only"]
- Error
Message string - The response message when validation fails
- Error
Status doubleCode - The response status code when validation fails.
- Injection
Types List<string> - The type of injections to check for.
- Locations List<string>
- The locations to check for injection.
- Custom
Injections []GatewayPlugin Injection Protection Config Custom Injection - Custom regexes to check for.
- Enforcement
Mode string - Enforcement mode of the security policy. must be one of ["block", "log_only"]
- Error
Message string - The response message when validation fails
- Error
Status float64Code - The response status code when validation fails.
- Injection
Types []string - The type of injections to check for.
- Locations []string
- The locations to check for injection.
- custom
Injections List<GatewayPlugin Injection Protection Config Custom Injection> - Custom regexes to check for.
- enforcement
Mode String - Enforcement mode of the security policy. must be one of ["block", "log_only"]
- error
Message String - The response message when validation fails
- error
Status DoubleCode - The response status code when validation fails.
- injection
Types List<String> - The type of injections to check for.
- locations List<String>
- The locations to check for injection.
- custom
Injections GatewayPlugin Injection Protection Config Custom Injection[] - Custom regexes to check for.
- enforcement
Mode string - Enforcement mode of the security policy. must be one of ["block", "log_only"]
- error
Message string - The response message when validation fails
- error
Status numberCode - The response status code when validation fails.
- injection
Types string[] - The type of injections to check for.
- locations string[]
- The locations to check for injection.
- custom_
injections Sequence[GatewayPlugin Injection Protection Config Custom Injection] - Custom regexes to check for.
- enforcement_
mode str - Enforcement mode of the security policy. must be one of ["block", "log_only"]
- error_
message str - The response message when validation fails
- error_
status_ floatcode - The response status code when validation fails.
- injection_
types Sequence[str] - The type of injections to check for.
- locations Sequence[str]
- The locations to check for injection.
- custom
Injections List<Property Map> - Custom regexes to check for.
- enforcement
Mode String - Enforcement mode of the security policy. must be one of ["block", "log_only"]
- error
Message String - The response message when validation fails
- error
Status NumberCode - The response status code when validation fails.
- injection
Types List<String> - The type of injections to check for.
- locations List<String>
- The locations to check for injection.
GatewayPluginInjectionProtectionConfigCustomInjection, GatewayPluginInjectionProtectionConfigCustomInjectionArgs
GatewayPluginInjectionProtectionOrdering, GatewayPluginInjectionProtectionOrderingArgs
GatewayPluginInjectionProtectionOrderingAfter, GatewayPluginInjectionProtectionOrderingAfterArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginInjectionProtectionOrderingBefore, GatewayPluginInjectionProtectionOrderingBeforeArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginInjectionProtectionRoute, GatewayPluginInjectionProtectionRouteArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginInjectionProtectionService, GatewayPluginInjectionProtectionServiceArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
$ pulumi import konnect:index/gatewayPluginInjectionProtection:GatewayPluginInjectionProtection my_konnect_gateway_plugin_injection_protection "{ \"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.