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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.CfnTransformer.ParseToOCSFProperty
CfnTransformer.ParseToOCSFProperty.Builder, CfnTransformer.ParseToOCSFProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTransformer.ParseToOCSFProperty.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 String
Specify the service or process that produces the log events that will be converted with this processor.final String
Specify which version of the OCSF schema to use for the transformed log events.final String
The path to the field in the log event that you want to parse.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 theCfnTransformer.ParseToOCSFProperty.Builder
.
-
-
Method Details
-
getEventSource
Description copied from interface:CfnTransformer.ParseToOCSFProperty
Specify the service or process that produces the log events that will be converted with this processor.- Specified by:
getEventSource
in interfaceCfnTransformer.ParseToOCSFProperty
- See Also:
-
getOcsfVersion
Description copied from interface:CfnTransformer.ParseToOCSFProperty
Specify which version of the OCSF schema to use for the transformed log events.- Specified by:
getOcsfVersion
in interfaceCfnTransformer.ParseToOCSFProperty
- See Also:
-
getSource
Description copied from interface:CfnTransformer.ParseToOCSFProperty
The 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:
getSource
in interfaceCfnTransformer.ParseToOCSFProperty
- See Also:
-
$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()
-