
src.datastream.v1.getConnectionProfile.scala Maven / Gradle / Ivy
package besom.api.googlenative.datastream.v1
def getConnectionProfile(using ctx: besom.types.Context)(
args: besom.api.googlenative.datastream.v1.GetConnectionProfileArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.datastream.v1.GetConnectionProfileResult] =
ctx.invoke[besom.api.googlenative.datastream.v1.GetConnectionProfileArgs, besom.api.googlenative.datastream.v1.GetConnectionProfileResult]("google-native:datastream/v1:getConnectionProfile", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy