
src.bigqueryconnection.v1beta1.GetConnectionIamPolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.bigqueryconnection.v1beta1
final case class GetConnectionIamPolicyArgs private(
connectionId: besom.types.Output[String],
location: besom.types.Output[String],
project: besom.types.Output[scala.Option[String]]
)
object GetConnectionIamPolicyArgs:
def apply(
connectionId: besom.types.Input[String],
location: besom.types.Input[String],
project: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetConnectionIamPolicyArgs =
new GetConnectionIamPolicyArgs(
connectionId = connectionId.asOutput(isSecret = false),
location = location.asOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetConnectionIamPolicyArgs] =
besom.internal.Encoder.derived[GetConnectionIamPolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetConnectionIamPolicyArgs] =
besom.internal.ArgsEncoder.derived[GetConnectionIamPolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy