@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.913Z") @Stability(value=Experimental) public interface LogOptions extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| 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=Experimental) @NotNull ILogGroup getDestination()
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Boolean getIncludeExecutionData()
Default: true
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default LogLevel getLevel()
Default: ERROR
EXPERIMENTAL
@Stability(value=Experimental) static LogOptions.Builder builder()
LogOptions.Builder of LogOptionsCopyright © 2020. All rights reserved.