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

src.index.inputs.EventDestinationTargetCloudwatchLogAuthRoleArgs.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 EventDestinationTargetCloudwatchLogAuthRoleArgs private(
  roleArn: besom.types.Output[String]
)

object EventDestinationTargetCloudwatchLogAuthRoleArgs:
  def apply(
    roleArn: besom.types.Input[String]
  )(using besom.types.Context): EventDestinationTargetCloudwatchLogAuthRoleArgs =
    new EventDestinationTargetCloudwatchLogAuthRoleArgs(
      roleArn = roleArn.asOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy