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