Class ParserProcessorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.ParserProcessorProps.Jsii$Proxy
- All Implemented Interfaces:
BaseProcessorProps,ParserProcessorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ParserProcessorProps
@Stability(Stable)
@Internal
public static final class ParserProcessorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ParserProcessorProps
An implementation for
ParserProcessorProps-
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.logs.ParserProcessorProps
ParserProcessorProps.Builder, ParserProcessorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ParserProcessorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theParserProcessorProps.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 CsvPropertyOptions for CSV parser.final GrokPropertyOptions for Grok parser.final ParseJSONPropertyOptions for JSON parser.final ParseKeyValuePropertyOptions for key-value parser.final ParseToOCSFPropertyOptions for ParseToOCSF parser.final ParserProcessorTypegetType()The type of parser processor.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 theParserProcessorProps.Builder.
-
-
Method Details
-
getType
Description copied from interface:ParserProcessorPropsThe type of parser processor.- Specified by:
getTypein interfaceParserProcessorProps
-
getCsvOptions
Description copied from interface:ParserProcessorPropsOptions for CSV parser.Required when type is CSV.
Default: - No CSV parser is created if props not set
- Specified by:
getCsvOptionsin interfaceParserProcessorProps
-
getGrokOptions
Description copied from interface:ParserProcessorPropsOptions for Grok parser.Required when type is GROK.
Default: - No Grok parser is created if props not set
- Specified by:
getGrokOptionsin interfaceParserProcessorProps
-
getJsonOptions
Description copied from interface:ParserProcessorPropsOptions for JSON parser.Required when type is JSON.
Default: - No JSON parser is created if props not set
- Specified by:
getJsonOptionsin interfaceParserProcessorProps
-
getKeyValueOptions
Description copied from interface:ParserProcessorPropsOptions for key-value parser.Required when type is KEY_VALUE.
Default: - No key-value parser is created if props not set
- Specified by:
getKeyValueOptionsin interfaceParserProcessorProps
-
getParseToOCSFOptions
Description copied from interface:ParserProcessorPropsOptions for ParseToOCSF parser.Required when type is set to OCSF
Default: - no OCSF parser is created.
- Specified by:
getParseToOCSFOptionsin interfaceParserProcessorProps
-
$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()
-