src.index.inputs.EventDestinationTargetCloudwatchLogAuthRoleArgs.scala Maven / Gradle / Ivy
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