@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:52:47.671Z") @Stability(value=Stable) public interface LogOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogOptions.Builder
A builder for
LogOptions |
static class |
LogOptions.Jsii$Proxy
An implementation for
LogOptions |
| Modifier and Type | Method and Description |
|---|---|
static LogOptions.Builder |
builder() |
ILogGroup |
getDestination()
The log group where the execution history events will be logged.
|
default Boolean |
getIncludeExecutionData()
Determines whether execution data is included in your log.
|
default LogLevel |
getLevel()
Defines which category of execution history events are logged.
|
@Stability(value=Stable) @NotNull ILogGroup getDestination()
@Stability(value=Stable) @Nullable default Boolean getIncludeExecutionData()
Default: true
@Stability(value=Stable) @Nullable default LogLevel getLevel()
Default: ERROR
@Stability(value=Stable) static LogOptions.Builder builder()
LogOptions.Builder of LogOptionsCopyright © 2021. All rights reserved.