1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanBotDetection
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getBotmanBotDetection

Explore with Pulumi AI

Akamai v8.1.0 published on Friday, Apr 11, 2025 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>
Copy
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]
Copy
func GetBotmanBotDetection(ctx *Context, args *GetBotmanBotDetectionArgs, opts ...InvokeOption) (*GetBotmanBotDetectionResult, error)
func GetBotmanBotDetectionOutput(ctx *Context, args *GetBotmanBotDetectionOutputArgs, opts ...InvokeOption) GetBotmanBotDetectionResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetBotmanBotDetectionResult> getBotmanBotDetection(GetBotmanBotDetectionArgs args, InvokeOptions options)
public static Output<GetBotmanBotDetectionResult> getBotmanBotDetection(GetBotmanBotDetectionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getBotmanBotDetection:getBotmanBotDetection
  arguments:
    # arguments dictionary
Copy

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 v8.1.0 published on Friday, Apr 11, 2025 by Pulumi