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

konnect.getGatewayPluginInjectionProtection

Explore with Pulumi AI

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

    Using getGatewayPluginInjectionProtection

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGatewayPluginInjectionProtection(args: GetGatewayPluginInjectionProtectionArgs, opts?: InvokeOptions): Promise<GetGatewayPluginInjectionProtectionResult>
    function getGatewayPluginInjectionProtectionOutput(args: GetGatewayPluginInjectionProtectionOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginInjectionProtectionResult>
    def get_gateway_plugin_injection_protection(control_plane_id: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetGatewayPluginInjectionProtectionResult
    def get_gateway_plugin_injection_protection_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginInjectionProtectionResult]
    func LookupGatewayPluginInjectionProtection(ctx *Context, args *LookupGatewayPluginInjectionProtectionArgs, opts ...InvokeOption) (*LookupGatewayPluginInjectionProtectionResult, error)
    func LookupGatewayPluginInjectionProtectionOutput(ctx *Context, args *LookupGatewayPluginInjectionProtectionOutputArgs, opts ...InvokeOption) LookupGatewayPluginInjectionProtectionResultOutput

    > Note: This function is named LookupGatewayPluginInjectionProtection in the Go SDK.

    public static class GetGatewayPluginInjectionProtection 
    {
        public static Task<GetGatewayPluginInjectionProtectionResult> InvokeAsync(GetGatewayPluginInjectionProtectionArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginInjectionProtectionResult> Invoke(GetGatewayPluginInjectionProtectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginInjectionProtectionResult> getGatewayPluginInjectionProtection(GetGatewayPluginInjectionProtectionArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginInjectionProtectionResult> getGatewayPluginInjectionProtection(GetGatewayPluginInjectionProtectionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginInjectionProtection:getGatewayPluginInjectionProtection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginInjectionProtection Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginInjectionProtectionConfig

    CustomInjections List<GetGatewayPluginInjectionProtectionConfigCustomInjection>
    Custom regexes to check for.
    EnforcementMode string
    Enforcement mode of the security policy.
    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 []GetGatewayPluginInjectionProtectionConfigCustomInjection
    Custom regexes to check for.
    EnforcementMode string
    Enforcement mode of the security policy.
    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<GetGatewayPluginInjectionProtectionConfigCustomInjection>
    Custom regexes to check for.
    enforcementMode String
    Enforcement mode of the security policy.
    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 GetGatewayPluginInjectionProtectionConfigCustomInjection[]
    Custom regexes to check for.
    enforcementMode string
    Enforcement mode of the security policy.
    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[GetGatewayPluginInjectionProtectionConfigCustomInjection]
    Custom regexes to check for.
    enforcement_mode str
    Enforcement mode of the security policy.
    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.
    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.

    GetGatewayPluginInjectionProtectionConfigCustomInjection

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

    GetGatewayPluginInjectionProtectionOrdering

    GetGatewayPluginInjectionProtectionOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginInjectionProtectionOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginInjectionProtectionRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginInjectionProtectionService

    Id string
    Id string
    id String
    id string
    id str
    id String

    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