AWS Glue Scala ChoiceOption API - AWS Glue

AWS Glue Scala ChoiceOption API

パッケージ: com.amazonaws.services.glue

ChoiceOption 特性

trait ChoiceOption extends Serializable

ChoiceOption オブジェクト

ChoiceOption

object ChoiceOption

DynamicFrame のすべての ChoiceType ノードに適用可能な選択肢を解決するための一般的な戦略。

  • val CAST

  • val MAKE_COLS

  • val MAKE_STRUCT

  • val MATCH_CATALOG

  • val PROJECT

Def apply

def apply(choice: String): ChoiceOption

ケースクラス ChoiceOptionWithResolver

case class ChoiceOptionWithResolver(name: String, choiceResolver: ChoiceResolver) extends ChoiceOption {}

ケースクラス MatchCatalogSchemaChoiceOption

case class MatchCatalogSchemaChoiceOption() extends ChoiceOption {}