@Stability(value=Stable) @Internal public static final class LogGroupTargetInputOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogGroupTargetInputOptions
LogGroupTargetInputOptionssoftware.amazon.jsii.JsiiObject.InitializationModeLogGroupTargetInputOptions.Builder, LogGroupTargetInputOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(LogGroupTargetInputOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LogGroupTargetInputOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getMessage()
The value provided here will be used in the Log "message" field.
|
Object |
getTimestamp()
The timestamp that will appear in the CloudWatch Logs record.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(LogGroupTargetInputOptions.Builder builder)
LogGroupTargetInputOptions.Builder.public final Object getMessage()
LogGroupTargetInputOptions
This field must be a string. If an object is passed (e.g. JSON data)
it will not throw an error, but the message that makes it to
CloudWatch logs will be incorrect. This is a likely scenario if
doing something like: EventField.fromPath('$.detail') since in most cases
the detail field contains JSON data.
Default: EventField.detailType
getMessage in interface LogGroupTargetInputOptionspublic final Object getTimestamp()
LogGroupTargetInputOptionsDefault: EventField.time
getTimestamp in interface LogGroupTargetInputOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.