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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.ParseToOCSFProperty
ParseToOCSFProperty.Builder, ParseToOCSFProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(ParseToOCSFProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theParseToOCSFProperty.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 OCSFSourceType
Type of input log event source to convert to OCSF format.final OCSFVersion
Version of OCSF schema to convert to.final String
Path to the field in the log event that will be parsed.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 theParseToOCSFProperty.Builder
.
-
-
Method Details
-
getEventSource
Description copied from interface:ParseToOCSFProperty
Type of input log event source to convert to OCSF format.- Specified by:
getEventSource
in interfaceParseToOCSFProperty
-
getOcsfVersion
Description copied from interface:ParseToOCSFProperty
Version of OCSF schema to convert to.- Specified by:
getOcsfVersion
in interfaceParseToOCSFProperty
-
getSource
Description copied from interface:ParseToOCSFProperty
Path to the field in the log event that will be parsed.Use dot notation to access child fields.
Default: '@message'
- Specified by:
getSource
in interfaceParseToOCSFProperty
-
$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()
-