Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getBotmanBotDetection
Explore with Pulumi AI
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)
public static Output<GetBotmanBotDetectionResult> getBotmanBotDetection(GetBotmanBotDetectionArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getBotmanBotDetection:getBotmanBotDetection
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DetectionName string
- DetectionName string
- detectionName String
- detectionName string
- detection_name str
- detectionName String
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 akamaiTerraform Provider.