@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:42.590Z") @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.