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