1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanBotDetection
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getBotmanBotDetection

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Using getBotmanBotDetection

    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 getBotmanBotDetection(args: GetBotmanBotDetectionArgs, opts?: InvokeOptions): Promise<GetBotmanBotDetectionResult>
    function getBotmanBotDetectionOutput(args: GetBotmanBotDetectionOutputArgs, opts?: InvokeOptions): Output<GetBotmanBotDetectionResult>
    def get_botman_bot_detection(detection_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetBotmanBotDetectionResult
    def get_botman_bot_detection_output(detection_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetBotmanBotDetectionResult]
    func GetBotmanBotDetection(ctx *Context, args *GetBotmanBotDetectionArgs, opts ...InvokeOption) (*GetBotmanBotDetectionResult, error)
    func GetBotmanBotDetectionOutput(ctx *Context, args *GetBotmanBotDetectionOutputArgs, opts ...InvokeOption) GetBotmanBotDetectionResultOutput

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

    public static class GetBotmanBotDetection 
    {
        public static Task<GetBotmanBotDetectionResult> InvokeAsync(GetBotmanBotDetectionArgs args, InvokeOptions? opts = null)
        public static Output<GetBotmanBotDetectionResult> Invoke(GetBotmanBotDetectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBotmanBotDetectionResult> getBotmanBotDetection(GetBotmanBotDetectionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getBotmanBotDetection:getBotmanBotDetection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getBotmanBotDetection Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    DetectionName string
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    DetectionName string
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    detectionName String
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    detectionName string
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    detection_name str
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    detectionName String

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi