All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.index.getCloudwrapperConfigurations.scala Maven / Gradle / Ivy

The newest version!
package besom.api.akamai

def getCloudwrapperConfigurations(using ctx: besom.types.Context)(
  args: besom.api.akamai.GetCloudwrapperConfigurationsArgs,
  opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.akamai.GetCloudwrapperConfigurationsResult] =
   ctx.invoke[besom.api.akamai.GetCloudwrapperConfigurationsArgs, besom.api.akamai.GetCloudwrapperConfigurationsResult]("akamai:index/getCloudwrapperConfigurations:getCloudwrapperConfigurations", args, opts)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy