Class CfnTransformer.ParseToOCSFProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.CfnTransformer.ParseToOCSFProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformer.ParseToOCSFProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformer.ParseToOCSFProperty
@Stability(Stable)
@Internal
public static final class CfnTransformer.ParseToOCSFProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformer.ParseToOCSFProperty
An implementation for
CfnTransformer.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.CfnTransformer.ParseToOCSFProperty
CfnTransformer.ParseToOCSFProperty.Builder, CfnTransformer.ParseToOCSFProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformer.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 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 theCfnTransformer.ParseToOCSFProperty.Builder.
-
-
Method Details
-
getEventSource
Description copied from interface:CfnTransformer.ParseToOCSFPropertySpecify the service or process that produces the log events that will be converted with this processor.- Specified by:
getEventSourcein interfaceCfnTransformer.ParseToOCSFProperty- See Also:
-
getOcsfVersion
Description copied from interface:CfnTransformer.ParseToOCSFPropertySpecify which version of the OCSF schema to use for the transformed log events.- Specified by:
getOcsfVersionin interfaceCfnTransformer.ParseToOCSFProperty- See Also:
-
getSource
Description copied from interface:CfnTransformer.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 interfaceCfnTransformer.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()
-