src.index.getBotmanBotDetection.scala Maven / Gradle / Ivy
The newest version!
package besom.api.akamai
def getBotmanBotDetection(using ctx: besom.types.Context)(
args: besom.api.akamai.GetBotmanBotDetectionArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.akamai.GetBotmanBotDetectionResult] =
ctx.invoke[besom.api.akamai.GetBotmanBotDetectionArgs, besom.api.akamai.GetBotmanBotDetectionResult]("akamai:index/getBotmanBotDetection:getBotmanBotDetection", args, opts)