src.dataplex.v1.getLake.scala Maven / Gradle / Ivy
The newest version!
package besom.api.googlenative.dataplex.v1
def getLake(using ctx: besom.types.Context)(
args: besom.api.googlenative.dataplex.v1.GetLakeArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.dataplex.v1.GetLakeResult] =
ctx.invoke[besom.api.googlenative.dataplex.v1.GetLakeArgs, besom.api.googlenative.dataplex.v1.GetLakeResult]("google-native:dataplex/v1:getLake", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy