The AWS Glue Scala ChoiceOption APIs
Topics
Package: com.amazonaws.services.glue
The ChoiceOption Trait
trait ChoiceOption extends Serializable
The ChoiceOption Object
ChoiceOption
object ChoiceOption
A general strategy to resolve choice applicable to all ChoiceType nodes in a DynamicFrame
-
val CAST
-
val MAKE_COLS
-
val MAKE_STRUCT
-
val MATCH_CATALOG
-
val 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 {}