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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnClassifier.GrokClassifierProperty
CfnClassifier.GrokClassifierProperty.Builder, CfnClassifier.GrokClassifierProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClassifier.GrokClassifierProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringAn identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.final StringOptional custom grok patterns defined by this classifier.final StringThe grok pattern applied to a data store by this classifier.final StringgetName()The name of the classifier.final inthashCode()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.GrokClassifierPropertyAn identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.- Specified by:
getClassificationin interfaceCfnClassifier.GrokClassifierProperty
-
getGrokPattern
Description copied from interface:CfnClassifier.GrokClassifierPropertyThe grok pattern applied to a data store by this classifier.For more information, see built-in patterns in Writing Custom Classifiers .
- Specified by:
getGrokPatternin interfaceCfnClassifier.GrokClassifierProperty
-
getCustomPatterns
Description copied from interface:CfnClassifier.GrokClassifierPropertyOptional custom grok patterns defined by this classifier.For more information, see custom patterns in Writing Custom Classifiers .
- Specified by:
getCustomPatternsin interfaceCfnClassifier.GrokClassifierProperty
-
getName
Description copied from interface:CfnClassifier.GrokClassifierPropertyThe name of the classifier.- Specified by:
getNamein interfaceCfnClassifier.GrokClassifierProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-