CreateJsonClassifierRequest
public struct CreateJsonClassifierRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A JsonPath string defining the JSON data for the classifier to classify. AWS Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
Declaration
Swift
public let jsonPath: String
-
The name of the classifier.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(jsonPath: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws