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

src.index.outputs.EventDestinationTargetCloudwatchLogAuthRole.scala Maven / Gradle / Ivy

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


final case class EventDestinationTargetCloudwatchLogAuthRole private(
  roleArn: String
)
object EventDestinationTargetCloudwatchLogAuthRole :

  given decoder(using besom.types.Context): besom.types.Decoder[EventDestinationTargetCloudwatchLogAuthRole] =
    besom.internal.Decoder.derived[EventDestinationTargetCloudwatchLogAuthRole]



  given outputOps: {} with
    extension(output: besom.types.Output[EventDestinationTargetCloudwatchLogAuthRole])
      def roleArn : besom.types.Output[String] = output.map(_.roleArn)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[EventDestinationTargetCloudwatchLogAuthRole]])
      def roleArn : besom.types.Output[scala.Option[String]] = output.map(_.map(_.roleArn))





© 2015 - 2024 Weber Informatics LLC | Privacy Policy