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

src.index.inputs.EventDestinationTargetFirehoseArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.0.24-core.0.3
Show newest version
package besom.api.ngrok.inputs

final case class EventDestinationTargetFirehoseArgs private(
  auths: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.ngrok.inputs.EventDestinationTargetFirehoseAuthArgs]]],
  deliveryStreamArn: besom.types.Output[scala.Option[String]]
)

object EventDestinationTargetFirehoseArgs:
  def apply(
    auths: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.ngrok.inputs.EventDestinationTargetFirehoseAuthArgs]]] = scala.None,
    deliveryStreamArn: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): EventDestinationTargetFirehoseArgs =
    new EventDestinationTargetFirehoseArgs(
      auths = auths.asOptionOutput(isSecret = false),
      deliveryStreamArn = deliveryStreamArn.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy