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