konnect.GatewayPluginJsonThreatProtection
Explore with Pulumi AI
GatewayPluginJSONThreatProtection 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.GatewayPluginJsonThreatProtection;
import com.pulumi.konnect.GatewayPluginJsonThreatProtectionArgs;
import com.pulumi.konnect.inputs.GatewayPluginJsonThreatProtectionConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginJsonThreatProtectionOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginJsonThreatProtectionOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginJsonThreatProtectionOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginJsonThreatProtectionRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginJsonThreatProtectionServiceArgs;
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 myGatewaypluginjsonthreatprotection = new GatewayPluginJsonThreatProtection("myGatewaypluginjsonthreatprotection", GatewayPluginJsonThreatProtectionArgs.builder()
.config(GatewayPluginJsonThreatProtectionConfigArgs.builder()
.enforcement_mode("log_only")
.error_message("...my_error_message...")
.error_status_code(434)
.max_array_element_count(96675195)
.max_body_size(99378519)
.max_container_depth(2031079601)
.max_object_entry_count(916870322)
.max_object_entry_name_length(1383216872)
.max_string_value_length(1149380350)
.build())
.controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
.enabled(false)
.gatewayPluginJsonThreatProtectionId("...my_id...")
.instanceName("...my_instance_name...")
.ordering(GatewayPluginJsonThreatProtectionOrderingArgs.builder()
.after(GatewayPluginJsonThreatProtectionOrderingAfterArgs.builder()
.access("...")
.build())
.before(GatewayPluginJsonThreatProtectionOrderingBeforeArgs.builder()
.access("...")
.build())
.build())
.protocols("grpc")
.route(GatewayPluginJsonThreatProtectionRouteArgs.builder()
.id("...my_id...")
.build())
.service(GatewayPluginJsonThreatProtectionServiceArgs.builder()
.id("...my_id...")
.build())
.tags("...")
.build());
}
}
resources:
myGatewaypluginjsonthreatprotection:
type: konnect:GatewayPluginJsonThreatProtection
properties:
config:
enforcement_mode: log_only
error_message: '...my_error_message...'
error_status_code: 434
max_array_element_count: 9.6675195e+07
max_body_size: 9.9378519e+07
max_container_depth: 2.031079601e+09
max_object_entry_count: 9.16870322e+08
max_object_entry_name_length: 1.383216872e+09
max_string_value_length: 1.14938035e+09
controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
enabled: false
gatewayPluginJsonThreatProtectionId: '...my_id...'
instanceName: '...my_instance_name...'
ordering:
after:
access:
- '...'
before:
access:
- '...'
protocols:
- grpc
route:
id: '...my_id...'
service:
id: '...my_id...'
tags:
- '...'
Create GatewayPluginJsonThreatProtection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayPluginJsonThreatProtection(name: string, args: GatewayPluginJsonThreatProtectionArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginJsonThreatProtection(resource_name: str,
args: GatewayPluginJsonThreatProtectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayPluginJsonThreatProtection(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginJsonThreatProtectionConfigArgs] = None,
control_plane_id: Optional[str] = None,
enabled: Optional[bool] = None,
gateway_plugin_json_threat_protection_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginJsonThreatProtectionOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginJsonThreatProtectionRouteArgs] = None,
service: Optional[GatewayPluginJsonThreatProtectionServiceArgs] = None,
tags: Optional[Sequence[str]] = None)
func NewGatewayPluginJsonThreatProtection(ctx *Context, name string, args GatewayPluginJsonThreatProtectionArgs, opts ...ResourceOption) (*GatewayPluginJsonThreatProtection, error)
public GatewayPluginJsonThreatProtection(string name, GatewayPluginJsonThreatProtectionArgs args, CustomResourceOptions? opts = null)
public GatewayPluginJsonThreatProtection(String name, GatewayPluginJsonThreatProtectionArgs args)
public GatewayPluginJsonThreatProtection(String name, GatewayPluginJsonThreatProtectionArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginJsonThreatProtection
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 GatewayPluginJsonThreatProtectionArgs
- 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 GatewayPluginJsonThreatProtectionArgs
- 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 GatewayPluginJsonThreatProtectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginJsonThreatProtectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayPluginJsonThreatProtectionArgs
- 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 gatewayPluginJsonThreatProtectionResource = new Konnect.GatewayPluginJsonThreatProtection("gatewayPluginJsonThreatProtectionResource", new()
{
Config = new Konnect.Inputs.GatewayPluginJsonThreatProtectionConfigArgs
{
EnforcementMode = "string",
ErrorMessage = "string",
ErrorStatusCode = 0,
MaxArrayElementCount = 0,
MaxBodySize = 0,
MaxContainerDepth = 0,
MaxObjectEntryCount = 0,
MaxObjectEntryNameLength = 0,
MaxStringValueLength = 0,
},
ControlPlaneId = "string",
Enabled = false,
GatewayPluginJsonThreatProtectionId = "string",
InstanceName = "string",
Ordering = new Konnect.Inputs.GatewayPluginJsonThreatProtectionOrderingArgs
{
After = new Konnect.Inputs.GatewayPluginJsonThreatProtectionOrderingAfterArgs
{
Accesses = new[]
{
"string",
},
},
Before = new Konnect.Inputs.GatewayPluginJsonThreatProtectionOrderingBeforeArgs
{
Accesses = new[]
{
"string",
},
},
},
Protocols = new[]
{
"string",
},
Route = new Konnect.Inputs.GatewayPluginJsonThreatProtectionRouteArgs
{
Id = "string",
},
Service = new Konnect.Inputs.GatewayPluginJsonThreatProtectionServiceArgs
{
Id = "string",
},
Tags = new[]
{
"string",
},
});
example, err := konnect.NewGatewayPluginJsonThreatProtection(ctx, "gatewayPluginJsonThreatProtectionResource", &konnect.GatewayPluginJsonThreatProtectionArgs{
Config: &.GatewayPluginJsonThreatProtectionConfigArgs{
EnforcementMode: pulumi.String("string"),
ErrorMessage: pulumi.String("string"),
ErrorStatusCode: pulumi.Float64(0),
MaxArrayElementCount: pulumi.Float64(0),
MaxBodySize: pulumi.Float64(0),
MaxContainerDepth: pulumi.Float64(0),
MaxObjectEntryCount: pulumi.Float64(0),
MaxObjectEntryNameLength: pulumi.Float64(0),
MaxStringValueLength: pulumi.Float64(0),
},
ControlPlaneId: pulumi.String("string"),
Enabled: pulumi.Bool(false),
GatewayPluginJsonThreatProtectionId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
Ordering: &.GatewayPluginJsonThreatProtectionOrderingArgs{
After: &.GatewayPluginJsonThreatProtectionOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &.GatewayPluginJsonThreatProtectionOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &.GatewayPluginJsonThreatProtectionRouteArgs{
Id: pulumi.String("string"),
},
Service: &.GatewayPluginJsonThreatProtectionServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var gatewayPluginJsonThreatProtectionResource = new GatewayPluginJsonThreatProtection("gatewayPluginJsonThreatProtectionResource", GatewayPluginJsonThreatProtectionArgs.builder()
.config(GatewayPluginJsonThreatProtectionConfigArgs.builder()
.enforcementMode("string")
.errorMessage("string")
.errorStatusCode(0)
.maxArrayElementCount(0)
.maxBodySize(0)
.maxContainerDepth(0)
.maxObjectEntryCount(0)
.maxObjectEntryNameLength(0)
.maxStringValueLength(0)
.build())
.controlPlaneId("string")
.enabled(false)
.gatewayPluginJsonThreatProtectionId("string")
.instanceName("string")
.ordering(GatewayPluginJsonThreatProtectionOrderingArgs.builder()
.after(GatewayPluginJsonThreatProtectionOrderingAfterArgs.builder()
.accesses("string")
.build())
.before(GatewayPluginJsonThreatProtectionOrderingBeforeArgs.builder()
.accesses("string")
.build())
.build())
.protocols("string")
.route(GatewayPluginJsonThreatProtectionRouteArgs.builder()
.id("string")
.build())
.service(GatewayPluginJsonThreatProtectionServiceArgs.builder()
.id("string")
.build())
.tags("string")
.build());
gateway_plugin_json_threat_protection_resource = konnect.GatewayPluginJsonThreatProtection("gatewayPluginJsonThreatProtectionResource",
config={
"enforcement_mode": "string",
"error_message": "string",
"error_status_code": 0,
"max_array_element_count": 0,
"max_body_size": 0,
"max_container_depth": 0,
"max_object_entry_count": 0,
"max_object_entry_name_length": 0,
"max_string_value_length": 0,
},
control_plane_id="string",
enabled=False,
gateway_plugin_json_threat_protection_id="string",
instance_name="string",
ordering={
"after": {
"accesses": ["string"],
},
"before": {
"accesses": ["string"],
},
},
protocols=["string"],
route={
"id": "string",
},
service={
"id": "string",
},
tags=["string"])
const gatewayPluginJsonThreatProtectionResource = new konnect.GatewayPluginJsonThreatProtection("gatewayPluginJsonThreatProtectionResource", {
config: {
enforcementMode: "string",
errorMessage: "string",
errorStatusCode: 0,
maxArrayElementCount: 0,
maxBodySize: 0,
maxContainerDepth: 0,
maxObjectEntryCount: 0,
maxObjectEntryNameLength: 0,
maxStringValueLength: 0,
},
controlPlaneId: "string",
enabled: false,
gatewayPluginJsonThreatProtectionId: "string",
instanceName: "string",
ordering: {
after: {
accesses: ["string"],
},
before: {
accesses: ["string"],
},
},
protocols: ["string"],
route: {
id: "string",
},
service: {
id: "string",
},
tags: ["string"],
});
type: konnect:GatewayPluginJsonThreatProtection
properties:
config:
enforcementMode: string
errorMessage: string
errorStatusCode: 0
maxArrayElementCount: 0
maxBodySize: 0
maxContainerDepth: 0
maxObjectEntryCount: 0
maxObjectEntryNameLength: 0
maxStringValueLength: 0
controlPlaneId: string
enabled: false
gatewayPluginJsonThreatProtectionId: string
instanceName: string
ordering:
after:
accesses:
- string
before:
accesses:
- string
protocols:
- string
route:
id: string
service:
id: string
tags:
- string
GatewayPluginJsonThreatProtection 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 GatewayPluginJsonThreatProtection resource accepts the following input properties:
- Config
Gateway
Plugin Json Threat 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 stringJson Threat Protection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Json Threat Protection Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Json Threat 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 Json Threat 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 Json Threat 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 stringJson Threat Protection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Json Threat Protection Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Json Threat 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 Json Threat 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 Json Threat 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 StringJson Threat Protection Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Json Threat Protection Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Json Threat 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 Json Threat 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 Json Threat 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 stringJson Threat Protection Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Json Threat Protection Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Json Threat 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 Json Threat 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 Json Threat 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_ strjson_ threat_ protection_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Json Threat Protection Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Json Threat 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 Json Threat 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 StringJson Threat 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 GatewayPluginJsonThreatProtection 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 GatewayPluginJsonThreatProtection Resource
Get an existing GatewayPluginJsonThreatProtection 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?: GatewayPluginJsonThreatProtectionState, opts?: CustomResourceOptions): GatewayPluginJsonThreatProtection
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginJsonThreatProtectionConfigArgs] = None,
control_plane_id: Optional[str] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_json_threat_protection_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginJsonThreatProtectionOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginJsonThreatProtectionRouteArgs] = None,
service: Optional[GatewayPluginJsonThreatProtectionServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None) -> GatewayPluginJsonThreatProtection
func GetGatewayPluginJsonThreatProtection(ctx *Context, name string, id IDInput, state *GatewayPluginJsonThreatProtectionState, opts ...ResourceOption) (*GatewayPluginJsonThreatProtection, error)
public static GatewayPluginJsonThreatProtection Get(string name, Input<string> id, GatewayPluginJsonThreatProtectionState? state, CustomResourceOptions? opts = null)
public static GatewayPluginJsonThreatProtection get(String name, Output<String> id, GatewayPluginJsonThreatProtectionState state, CustomResourceOptions options)
resources: _: type: konnect:GatewayPluginJsonThreatProtection 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 Json Threat 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 stringJson Threat Protection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Json Threat Protection Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Json Threat 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 Json Threat 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 Json Threat 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 stringJson Threat Protection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Json Threat Protection Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Json Threat 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 Json Threat 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 Json Threat 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 StringJson Threat Protection Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Json Threat Protection Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Json Threat 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 Json Threat 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 Json Threat 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 stringJson Threat Protection Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Json Threat Protection Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Json Threat 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 Json Threat 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 Json Threat 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_ strjson_ threat_ protection_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Json Threat Protection Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Json Threat 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 Json Threat 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 StringJson Threat 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
GatewayPluginJsonThreatProtectionConfig, GatewayPluginJsonThreatProtectionConfigArgs
- 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.
- Max
Array doubleElement Count - Max number of elements in an array. -1 means unlimited.
- Max
Body doubleSize - Max size of the request body. -1 means unlimited.
- Max
Container doubleDepth - Max nested depth of objects and arrays. -1 means unlimited.
- Max
Object doubleEntry Count - Max number of entries in an object. -1 means unlimited.
- Max
Object doubleEntry Name Length - Max string length of object name. -1 means unlimited.
- Max
String doubleValue Length - Max string value length. -1 means unlimited.
- 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.
- Max
Array float64Element Count - Max number of elements in an array. -1 means unlimited.
- Max
Body float64Size - Max size of the request body. -1 means unlimited.
- Max
Container float64Depth - Max nested depth of objects and arrays. -1 means unlimited.
- Max
Object float64Entry Count - Max number of entries in an object. -1 means unlimited.
- Max
Object float64Entry Name Length - Max string length of object name. -1 means unlimited.
- Max
String float64Value Length - Max string value length. -1 means unlimited.
- 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.
- max
Array DoubleElement Count - Max number of elements in an array. -1 means unlimited.
- max
Body DoubleSize - Max size of the request body. -1 means unlimited.
- max
Container DoubleDepth - Max nested depth of objects and arrays. -1 means unlimited.
- max
Object DoubleEntry Count - Max number of entries in an object. -1 means unlimited.
- max
Object DoubleEntry Name Length - Max string length of object name. -1 means unlimited.
- max
String DoubleValue Length - Max string value length. -1 means unlimited.
- 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.
- max
Array numberElement Count - Max number of elements in an array. -1 means unlimited.
- max
Body numberSize - Max size of the request body. -1 means unlimited.
- max
Container numberDepth - Max nested depth of objects and arrays. -1 means unlimited.
- max
Object numberEntry Count - Max number of entries in an object. -1 means unlimited.
- max
Object numberEntry Name Length - Max string length of object name. -1 means unlimited.
- max
String numberValue Length - Max string value length. -1 means unlimited.
- 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.
- max_
array_ floatelement_ count - Max number of elements in an array. -1 means unlimited.
- max_
body_ floatsize - Max size of the request body. -1 means unlimited.
- max_
container_ floatdepth - Max nested depth of objects and arrays. -1 means unlimited.
- max_
object_ floatentry_ count - Max number of entries in an object. -1 means unlimited.
- max_
object_ floatentry_ name_ length - Max string length of object name. -1 means unlimited.
- max_
string_ floatvalue_ length - Max string value length. -1 means unlimited.
- 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.
- max
Array NumberElement Count - Max number of elements in an array. -1 means unlimited.
- max
Body NumberSize - Max size of the request body. -1 means unlimited.
- max
Container NumberDepth - Max nested depth of objects and arrays. -1 means unlimited.
- max
Object NumberEntry Count - Max number of entries in an object. -1 means unlimited.
- max
Object NumberEntry Name Length - Max string length of object name. -1 means unlimited.
- max
String NumberValue Length - Max string value length. -1 means unlimited.
GatewayPluginJsonThreatProtectionOrdering, GatewayPluginJsonThreatProtectionOrderingArgs
GatewayPluginJsonThreatProtectionOrderingAfter, GatewayPluginJsonThreatProtectionOrderingAfterArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginJsonThreatProtectionOrderingBefore, GatewayPluginJsonThreatProtectionOrderingBeforeArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginJsonThreatProtectionRoute, GatewayPluginJsonThreatProtectionRouteArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginJsonThreatProtectionService, GatewayPluginJsonThreatProtectionServiceArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
$ pulumi import konnect:index/gatewayPluginJsonThreatProtection:GatewayPluginJsonThreatProtection my_konnect_gateway_plugin_json_threat_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.