Class CfnClassifier.GrokClassifierProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnClassifier.GrokClassifierProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClassifier.GrokClassifierProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClassifier.GrokClassifierProperty
@Stability(Stable)
@Internal
public static final class CfnClassifier.GrokClassifierProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClassifier.GrokClassifierProperty
An implementation for
CfnClassifier.GrokClassifierProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnClassifier.GrokClassifierProperty
CfnClassifier.GrokClassifierProperty.Builder, CfnClassifier.GrokClassifierProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnClassifier.GrokClassifierProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.final String
Optional custom grok patterns defined by this classifier.final String
The grok pattern applied to a data store by this classifier.final String
getName()
The name of the classifier.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClassifier.GrokClassifierProperty.Builder
.
-
-
Method Details
-
getClassification
Description copied from interface:CfnClassifier.GrokClassifierProperty
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.- Specified by:
getClassification
in interfaceCfnClassifier.GrokClassifierProperty
- See Also:
-
getGrokPattern
Description copied from interface:CfnClassifier.GrokClassifierProperty
The grok pattern applied to a data store by this classifier.For more information, see built-in patterns in Writing Custom Classifiers .
- Specified by:
getGrokPattern
in interfaceCfnClassifier.GrokClassifierProperty
- See Also:
-
getCustomPatterns
Description copied from interface:CfnClassifier.GrokClassifierProperty
Optional custom grok patterns defined by this classifier.For more information, see custom patterns in Writing Custom Classifiers .
- Specified by:
getCustomPatterns
in interfaceCfnClassifier.GrokClassifierProperty
- See Also:
-
getName
Description copied from interface:CfnClassifier.GrokClassifierProperty
The name of the classifier.- Specified by:
getName
in interfaceCfnClassifier.GrokClassifierProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-