1. Packages
  2. Konnect Provider
  3. API Docs
  4. GatewayPluginInjectionProtection
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.GatewayPluginInjectionProtection

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    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 GatewayPluginInjectionProtectionConfig
    ControlPlaneId string
    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.
    GatewayPluginInjectionProtectionId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginInjectionProtectionOrdering
    Protocols List<string>
    A set of strings representing HTTP protocols.
    Route GatewayPluginInjectionProtectionRoute
    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 GatewayPluginInjectionProtectionService
    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.
    Tags List<string>
    An optional set of strings associated with the Plugin for grouping and filtering.
    Config GatewayPluginInjectionProtectionConfigArgs
    ControlPlaneId string
    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.
    GatewayPluginInjectionProtectionId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginInjectionProtectionOrderingArgs
    Protocols []string
    A set of strings representing HTTP protocols.
    Route GatewayPluginInjectionProtectionRouteArgs
    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 GatewayPluginInjectionProtectionServiceArgs
    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.
    Tags []string
    An optional set of strings associated with the Plugin for grouping and filtering.
    config GatewayPluginInjectionProtectionConfig
    controlPlaneId String
    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.
    gatewayPluginInjectionProtectionId String
    The ID of this resource.
    instanceName String
    ordering GatewayPluginInjectionProtectionOrdering
    protocols List<String>
    A set of strings representing HTTP protocols.
    route GatewayPluginInjectionProtectionRoute
    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 GatewayPluginInjectionProtectionService
    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.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    config GatewayPluginInjectionProtectionConfig
    controlPlaneId string
    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.
    gatewayPluginInjectionProtectionId string
    The ID of this resource.
    instanceName string
    ordering GatewayPluginInjectionProtectionOrdering
    protocols string[]
    A set of strings representing HTTP protocols.
    route GatewayPluginInjectionProtectionRoute
    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 GatewayPluginInjectionProtectionService
    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.
    tags string[]
    An optional set of strings associated with the Plugin for grouping and filtering.
    config GatewayPluginInjectionProtectionConfigArgs
    control_plane_id str
    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_injection_protection_id str
    The ID of this resource.
    instance_name str
    ordering GatewayPluginInjectionProtectionOrderingArgs
    protocols Sequence[str]
    A set of strings representing HTTP protocols.
    route GatewayPluginInjectionProtectionRouteArgs
    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 GatewayPluginInjectionProtectionServiceArgs
    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.
    tags Sequence[str]
    An optional set of strings associated with the Plugin for grouping and filtering.
    config Property Map
    controlPlaneId String
    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.
    gatewayPluginInjectionProtectionId String
    The ID of this resource.
    instanceName 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.
    tags 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:

    CreatedAt double
    Unix epoch when the resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt double
    Unix epoch when the resource was last updated.
    CreatedAt float64
    Unix epoch when the resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt float64
    Unix epoch when the resource was last updated.
    createdAt Double
    Unix epoch when the resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt Double
    Unix epoch when the resource was last updated.
    createdAt number
    Unix epoch when the resource was created.
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt number
    Unix epoch when the resource was last updated.
    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.
    createdAt Number
    Unix epoch when the resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt Number
    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.
    The following state arguments are supported:
    Config GatewayPluginInjectionProtectionConfig
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    CreatedAt double
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginInjectionProtectionId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginInjectionProtectionOrdering
    Protocols List<string>
    A set of strings representing HTTP protocols.
    Route GatewayPluginInjectionProtectionRoute
    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 GatewayPluginInjectionProtectionService
    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.
    Tags List<string>
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt double
    Unix epoch when the resource was last updated.
    Config GatewayPluginInjectionProtectionConfigArgs
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    CreatedAt float64
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginInjectionProtectionId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginInjectionProtectionOrderingArgs
    Protocols []string
    A set of strings representing HTTP protocols.
    Route GatewayPluginInjectionProtectionRouteArgs
    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 GatewayPluginInjectionProtectionServiceArgs
    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.
    Tags []string
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt float64
    Unix epoch when the resource was last updated.
    config GatewayPluginInjectionProtectionConfig
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt Double
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginInjectionProtectionId String
    The ID of this resource.
    instanceName String
    ordering GatewayPluginInjectionProtectionOrdering
    protocols List<String>
    A set of strings representing HTTP protocols.
    route GatewayPluginInjectionProtectionRoute
    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 GatewayPluginInjectionProtectionService
    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.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Double
    Unix epoch when the resource was last updated.
    config GatewayPluginInjectionProtectionConfig
    controlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt number
    Unix epoch when the resource was created.
    enabled boolean
    Whether the plugin is applied.
    gatewayPluginInjectionProtectionId string
    The ID of this resource.
    instanceName string
    ordering GatewayPluginInjectionProtectionOrdering
    protocols string[]
    A set of strings representing HTTP protocols.
    route GatewayPluginInjectionProtectionRoute
    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 GatewayPluginInjectionProtectionService
    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.
    tags string[]
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt number
    Unix epoch when the resource was last updated.
    config GatewayPluginInjectionProtectionConfigArgs
    control_plane_id str
    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_injection_protection_id str
    The ID of this resource.
    instance_name str
    ordering GatewayPluginInjectionProtectionOrderingArgs
    protocols Sequence[str]
    A set of strings representing HTTP protocols.
    route GatewayPluginInjectionProtectionRouteArgs
    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 GatewayPluginInjectionProtectionServiceArgs
    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.
    tags 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
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt Number
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginInjectionProtectionId String
    The ID of this resource.
    instanceName 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.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Number
    Unix epoch when the resource was last updated.

    Supporting Types

    GatewayPluginInjectionProtectionConfig, GatewayPluginInjectionProtectionConfigArgs

    CustomInjections List<GatewayPluginInjectionProtectionConfigCustomInjection>
    Custom regexes to check for.
    EnforcementMode string
    Enforcement mode of the security policy. must be one of ["block", "log_only"]
    ErrorMessage string
    The response message when validation fails
    ErrorStatusCode double
    The response status code when validation fails.
    InjectionTypes List<string>
    The type of injections to check for.
    Locations List<string>
    The locations to check for injection.
    CustomInjections []GatewayPluginInjectionProtectionConfigCustomInjection
    Custom regexes to check for.
    EnforcementMode string
    Enforcement mode of the security policy. must be one of ["block", "log_only"]
    ErrorMessage string
    The response message when validation fails
    ErrorStatusCode float64
    The response status code when validation fails.
    InjectionTypes []string
    The type of injections to check for.
    Locations []string
    The locations to check for injection.
    customInjections List<GatewayPluginInjectionProtectionConfigCustomInjection>
    Custom regexes to check for.
    enforcementMode String
    Enforcement mode of the security policy. must be one of ["block", "log_only"]
    errorMessage String
    The response message when validation fails
    errorStatusCode Double
    The response status code when validation fails.
    injectionTypes List<String>
    The type of injections to check for.
    locations List<String>
    The locations to check for injection.
    customInjections GatewayPluginInjectionProtectionConfigCustomInjection[]
    Custom regexes to check for.
    enforcementMode string
    Enforcement mode of the security policy. must be one of ["block", "log_only"]
    errorMessage string
    The response message when validation fails
    errorStatusCode number
    The response status code when validation fails.
    injectionTypes string[]
    The type of injections to check for.
    locations string[]
    The locations to check for injection.
    custom_injections Sequence[GatewayPluginInjectionProtectionConfigCustomInjection]
    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_code float
    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.
    customInjections List<Property Map>
    Custom regexes to check for.
    enforcementMode String
    Enforcement mode of the security policy. must be one of ["block", "log_only"]
    errorMessage String
    The response message when validation fails
    errorStatusCode Number
    The response status code when validation fails.
    injectionTypes List<String>
    The type of injections to check for.
    locations List<String>
    The locations to check for injection.

    GatewayPluginInjectionProtectionConfigCustomInjection, GatewayPluginInjectionProtectionConfigCustomInjectionArgs

    Name string
    A unique name for this injection. Not Null
    Regex string
    The regex to match against. Not Null
    Name string
    A unique name for this injection. Not Null
    Regex string
    The regex to match against. Not Null
    name String
    A unique name for this injection. Not Null
    regex String
    The regex to match against. Not Null
    name string
    A unique name for this injection. Not Null
    regex string
    The regex to match against. Not Null
    name str
    A unique name for this injection. Not Null
    regex str
    The regex to match against. Not Null
    name String
    A unique name for this injection. Not Null
    regex String
    The regex to match against. Not Null

    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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong