GrokClassifier
public struct GrokClassifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.
Declaration
Swift
public let classification: String
-
The time that this classifier was registered.
Declaration
Swift
public let creationTime: TimeStamp?
-
Optional custom grok patterns defined by this classifier. For more information, see custom patterns in Writing Custom Classifiers.
Declaration
Swift
public let customPatterns: String?
-
The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in Writing Custom Classifiers.
Declaration
Swift
public let grokPattern: 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?