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