Class ParseToOCSFProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.ParseToOCSFProperty.Jsii$Proxy
- All Implemented Interfaces:
ParseToOCSFProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ParseToOCSFProperty
@Stability(Stable)
@Internal
public static final class ParseToOCSFProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ParseToOCSFProperty
An implementation for
ParseToOCSFProperty-
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.ParseToOCSFProperty
ParseToOCSFProperty.Builder, ParseToOCSFProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ParseToOCSFProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theParseToOCSFProperty.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 OCSFSourceTypeType of input log event source to convert to OCSF format.final OCSFVersionVersion of OCSF schema to convert to.final StringPath to the field in the log event that will be parsed.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 theParseToOCSFProperty.Builder.
-
-
Method Details
-
getEventSource
Description copied from interface:ParseToOCSFPropertyType of input log event source to convert to OCSF format.- Specified by:
getEventSourcein interfaceParseToOCSFProperty
-
getOcsfVersion
Description copied from interface:ParseToOCSFPropertyVersion of OCSF schema to convert to.- Specified by:
getOcsfVersionin interfaceParseToOCSFProperty
-
getSource
Description copied from interface:ParseToOCSFPropertyPath to the field in the log event that will be parsed.Use dot notation to access child fields.
Default: '@message'
- Specified by:
getSourcein interfaceParseToOCSFProperty
-
$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()
-