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