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