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