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

src.dataproc.v1.GetAutoscalingPolicyIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.dataproc.v1

final case class GetAutoscalingPolicyIamPolicyArgs private(
  autoscalingPolicyId: besom.types.Output[String],
  location: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]]
)

object GetAutoscalingPolicyIamPolicyArgs:
  def apply(
    autoscalingPolicyId: besom.types.Input[String],
    location: besom.types.Input[String],
    project: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetAutoscalingPolicyIamPolicyArgs =
    new GetAutoscalingPolicyIamPolicyArgs(
      autoscalingPolicyId = autoscalingPolicyId.asOutput(isSecret = false),
      location = location.asOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetAutoscalingPolicyIamPolicyArgs] =
    besom.internal.Encoder.derived[GetAutoscalingPolicyIamPolicyArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetAutoscalingPolicyIamPolicyArgs] =
    besom.internal.ArgsEncoder.derived[GetAutoscalingPolicyIamPolicyArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy