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

src.index.inputs.EventDestinationTargetCloudwatchLogAuthArgs.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 EventDestinationTargetCloudwatchLogAuthArgs private(
  creds: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.ngrok.inputs.EventDestinationTargetCloudwatchLogAuthCredArgs]]],
  roles: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.ngrok.inputs.EventDestinationTargetCloudwatchLogAuthRoleArgs]]]
)

object EventDestinationTargetCloudwatchLogAuthArgs:
  def apply(
    creds: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.ngrok.inputs.EventDestinationTargetCloudwatchLogAuthCredArgs]]] = scala.None,
    roles: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.ngrok.inputs.EventDestinationTargetCloudwatchLogAuthRoleArgs]]] = scala.None
  )(using besom.types.Context): EventDestinationTargetCloudwatchLogAuthArgs =
    new EventDestinationTargetCloudwatchLogAuthArgs(
      creds = creds.asOptionOutput(isSecret = false),
      roles = roles.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy