Class CfnTransformerPropsMixin.ParseToOCSFProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnTransformerPropsMixin.ParseToOCSFProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformerPropsMixin.ParseToOCSFProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformerPropsMixin.ParseToOCSFProperty
@Stability(Stable)
@Internal
public static final class CfnTransformerPropsMixin.ParseToOCSFProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformerPropsMixin.ParseToOCSFProperty
An implementation for
CfnTransformerPropsMixin.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.cfnpropertymixins.services.logs.CfnTransformerPropsMixin.ParseToOCSFProperty
CfnTransformerPropsMixin.ParseToOCSFProperty.Builder, CfnTransformerPropsMixin.ParseToOCSFProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformerPropsMixin.ParseToOCSFProperty.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 StringSpecify the service or process that produces the log events that will be converted with this processor.final StringThe version of the OCSF mapping to use for parsing log data.final StringSpecify which version of the OCSF schema to use for the transformed log events.final StringThe path to the field in the log event that you want to parse.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 theCfnTransformerPropsMixin.ParseToOCSFProperty.Builder.
-
-
Method Details
-
getEventSource
Description copied from interface:CfnTransformerPropsMixin.ParseToOCSFPropertySpecify the service or process that produces the log events that will be converted with this processor.- Specified by:
getEventSourcein interfaceCfnTransformerPropsMixin.ParseToOCSFProperty- See Also:
-
getMappingVersion
Description copied from interface:CfnTransformerPropsMixin.ParseToOCSFPropertyThe version of the OCSF mapping to use for parsing log data.- Specified by:
getMappingVersionin interfaceCfnTransformerPropsMixin.ParseToOCSFProperty- See Also:
-
getOcsfVersion
Description copied from interface:CfnTransformerPropsMixin.ParseToOCSFPropertySpecify which version of the OCSF schema to use for the transformed log events.- Specified by:
getOcsfVersionin interfaceCfnTransformerPropsMixin.ParseToOCSFProperty- See Also:
-
getSource
Description copied from interface:CfnTransformerPropsMixin.ParseToOCSFPropertyThe path to the field in the log event that you want to parse.If you omit this value, the whole log message is parsed.
- Specified by:
getSourcein interfaceCfnTransformerPropsMixin.ParseToOCSFProperty- See Also:
-
$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()
-