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

src.gkebackup.v1.GetBackupPlanBackupIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.gkebackup.v1

final case class GetBackupPlanBackupIamPolicyArgs private(
  backupId: besom.types.Output[String],
  backupPlanId: besom.types.Output[String],
  location: besom.types.Output[String],
  optionsRequestedPolicyVersion: besom.types.Output[scala.Option[Int]],
  project: besom.types.Output[scala.Option[String]]
)

object GetBackupPlanBackupIamPolicyArgs:
  def apply(
    backupId: besom.types.Input[String],
    backupPlanId: 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): GetBackupPlanBackupIamPolicyArgs =
    new GetBackupPlanBackupIamPolicyArgs(
      backupId = backupId.asOutput(isSecret = false),
      backupPlanId = backupPlanId.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[GetBackupPlanBackupIamPolicyArgs] =
    besom.internal.Encoder.derived[GetBackupPlanBackupIamPolicyArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetBackupPlanBackupIamPolicyArgs] =
    besom.internal.ArgsEncoder.derived[GetBackupPlanBackupIamPolicyArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy