
src.compute.alpha.FirewallPolicyIamPolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.compute.alpha
final case class FirewallPolicyIamPolicyArgs private(
auditConfigs: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.compute.alpha.inputs.AuditConfigArgs]]],
bindings: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.compute.alpha.inputs.BindingArgs]]],
etag: besom.types.Output[scala.Option[String]],
resource: besom.types.Output[String],
rules: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.compute.alpha.inputs.RuleArgs]]],
version: besom.types.Output[scala.Option[Int]]
)
object FirewallPolicyIamPolicyArgs:
def apply(
auditConfigs: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.compute.alpha.inputs.AuditConfigArgs]]] = scala.None,
bindings: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.compute.alpha.inputs.BindingArgs]]] = scala.None,
etag: besom.types.Input.Optional[String] = scala.None,
resource: besom.types.Input[String],
rules: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.compute.alpha.inputs.RuleArgs]]] = scala.None,
version: besom.types.Input.Optional[Int] = scala.None
)(using besom.types.Context): FirewallPolicyIamPolicyArgs =
new FirewallPolicyIamPolicyArgs(
auditConfigs = auditConfigs.asOptionOutput(isSecret = false),
bindings = bindings.asOptionOutput(isSecret = false),
etag = etag.asOptionOutput(isSecret = false),
resource = resource.asOutput(isSecret = false),
rules = rules.asOptionOutput(isSecret = false),
version = version.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[FirewallPolicyIamPolicyArgs] =
besom.internal.Encoder.derived[FirewallPolicyIamPolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[FirewallPolicyIamPolicyArgs] =
besom.internal.ArgsEncoder.derived[FirewallPolicyIamPolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy