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