S3SensorStep

case class S3SensorStep(name: String, bucket: String, key: String, retry: Int, spaced: Duration) extends EtlStep[S3Env & Clock, Unit]
trait Serializable
trait Product
trait Equals
trait EtlStep[S3Env & Clock, Unit]
trait ApplicationLogger
class Object
trait Matchable
class Any

Value members

Inherited methods

final def execute: RIO[S3Env & Clock & LogEnv, Unit]
Inherited from:
EtlStep
def getExecutionMetrics: Map[String, String]
Inherited from:
EtlStep
def getStepProperties: Map[String, String]
Inherited from:
EtlStep
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Inherited fields

lazy protected val logger: Logger
Inherited from:
ApplicationLogger
val stepType: String
Inherited from:
EtlStep