Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS Glue Scala ResolveSpec APIs

Focus mode
AWS Glue Scala ResolveSpec APIs - AWS Glue

Package: com.amazonaws.services.glue

ResolveSpec object

ResolveSpec

object ResolveSpec

Def

def apply( path : String, action : String ) : ResolveSpec

Creates a ResolveSpec.

  • path — A string representation of the choice field that needs to be resolved.

  • action — A resolution action. The action can be one of the following: Project, KeepAsStruct, or Cast.

Returns the ResolveSpec.

Def

def apply( product : Product2[String, String] ) : ResolveSpec

Creates a ResolveSpec.

  • product — Product2 of: source path, resolution action.

Returns the ResolveSpec.

ResolveSpec case class

case class ResolveSpec extends Product2[String, String] ( path : SchemaPath, action : String )

Creates a ResolveSpec.

  • path — The SchemaPath of the choice field that needs to be resolved.

  • action — A resolution action. The action can be one of the following: Project, KeepAsStruct, or Cast.

ResolveSpec def methods

def _1 : String
def _2 : String
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.