JsonClassifier

public struct JsonClassifier : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time that this classifier was registered.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • 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 time that this classifier was last updated.

    Declaration

    Swift

    public let lastUpdated: TimeStamp?
  • The name of the classifier.

    Declaration

    Swift

    public let name: String
  • The version of this classifier.

    Declaration

    Swift

    public let version: Int64?
  • Undocumented

    Declaration

    Swift

    public init(creationTime: TimeStamp? = nil, jsonPath: String, lastUpdated: TimeStamp? = nil, name: String, version: Int64? = nil)