S3PutStep

case
class S3PutStep(name: String, bucket: String, key: String, file: String) extends EtlStep[S3Env, Unit]
trait Serializable
trait Product
trait Equals
trait EtlStep[S3Env, Unit]
trait ApplicationLogger
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def process: RIO[S3Env, Unit]
Definition Classes
EtlStep

Inherited methods

final
def execute: RIO[S3Env & 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
val logger: Logger
Inherited from
ApplicationLogger
val step_type: String
Inherited from
EtlStep