public static final class LogOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogOptions
LogOptions
LogOptions.Builder, LogOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
ILogGroup |
getDestination()
The log group where the execution history events will be logged.
|
java.lang.Boolean |
getIncludeExecutionData()
Determines whether execution data is included in your log.
|
LogLevel |
getLevel()
Defines which category of execution history events are logged.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final ILogGroup getDestination()
LogOptions
getDestination
in interface LogOptions
public final java.lang.Boolean getIncludeExecutionData()
LogOptions
Default: false
getIncludeExecutionData
in interface LogOptions
public final LogLevel getLevel()
LogOptions
Default: ERROR
getLevel
in interface LogOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()