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

konnect.getGatewayPluginBotDetection

Explore with Pulumi AI

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

    Using getGatewayPluginBotDetection

    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 getGatewayPluginBotDetection(args: GetGatewayPluginBotDetectionArgs, opts?: InvokeOptions): Promise<GetGatewayPluginBotDetectionResult>
    function getGatewayPluginBotDetectionOutput(args: GetGatewayPluginBotDetectionOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginBotDetectionResult>
    def get_gateway_plugin_bot_detection(control_plane_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetGatewayPluginBotDetectionResult
    def get_gateway_plugin_bot_detection_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginBotDetectionResult]
    func LookupGatewayPluginBotDetection(ctx *Context, args *LookupGatewayPluginBotDetectionArgs, opts ...InvokeOption) (*LookupGatewayPluginBotDetectionResult, error)
    func LookupGatewayPluginBotDetectionOutput(ctx *Context, args *LookupGatewayPluginBotDetectionOutputArgs, opts ...InvokeOption) LookupGatewayPluginBotDetectionResultOutput

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

    public static class GetGatewayPluginBotDetection 
    {
        public static Task<GetGatewayPluginBotDetectionResult> InvokeAsync(GetGatewayPluginBotDetectionArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginBotDetectionResult> Invoke(GetGatewayPluginBotDetectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginBotDetectionResult> getGatewayPluginBotDetection(GetGatewayPluginBotDetectionArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginBotDetectionResult> getGatewayPluginBotDetection(GetGatewayPluginBotDetectionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginBotDetection:getGatewayPluginBotDetection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginBotDetection Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginBotDetectionConfig

    Allows List<string>
    An array of regular expressions that should be allowed. The regular expressions will be checked against the User-Agent header.
    Denies List<string>
    An array of regular expressions that should be denied. The regular expressions will be checked against the User-Agent header.
    Allows []string
    An array of regular expressions that should be allowed. The regular expressions will be checked against the User-Agent header.
    Denies []string
    An array of regular expressions that should be denied. The regular expressions will be checked against the User-Agent header.
    allows List<String>
    An array of regular expressions that should be allowed. The regular expressions will be checked against the User-Agent header.
    denies List<String>
    An array of regular expressions that should be denied. The regular expressions will be checked against the User-Agent header.
    allows string[]
    An array of regular expressions that should be allowed. The regular expressions will be checked against the User-Agent header.
    denies string[]
    An array of regular expressions that should be denied. The regular expressions will be checked against the User-Agent header.
    allows Sequence[str]
    An array of regular expressions that should be allowed. The regular expressions will be checked against the User-Agent header.
    denies Sequence[str]
    An array of regular expressions that should be denied. The regular expressions will be checked against the User-Agent header.
    allows List<String>
    An array of regular expressions that should be allowed. The regular expressions will be checked against the User-Agent header.
    denies List<String>
    An array of regular expressions that should be denied. The regular expressions will be checked against the User-Agent header.

    GetGatewayPluginBotDetectionOrdering

    GetGatewayPluginBotDetectionOrderingAfter

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

    GetGatewayPluginBotDetectionOrderingBefore

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

    GetGatewayPluginBotDetectionRoute

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

    GetGatewayPluginBotDetectionService

    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