AWS Glue Scala ChoiceOption APIs
Topics
Package: com.amazonaws.services.glue
ChoiceOption trait
trait ChoiceOption extends Serializable
ChoiceOption object
ChoiceOption
object ChoiceOption
A general strategy to resolve choice applicable to all ChoiceType nodes in a
DynamicFrame.
val CASTval MAKE_COLSval MAKE_STRUCTval MATCH_CATALOGval PROJECT
Def apply
def apply(choice: String): ChoiceOption
Case class ChoiceOptionWithResolver
case class ChoiceOptionWithResolver(name: String, choiceResolver: ChoiceResolver) extends ChoiceOption {}
Case class MatchCatalogSchemaChoiceOption
case class MatchCatalogSchemaChoiceOption() extends ChoiceOption {}