@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.426Z") @Stability(value=Experimental) 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()
(experimental) The log group where the execution history events will be logged.
|
default Boolean |
getIncludeExecutionData()
(experimental) Determines whether execution data is included in your log.
|
default LogLevel |
getLevel()
(experimental) Defines which category of execution history events are logged.
|
@Stability(value=Experimental) @NotNull ILogGroup getDestination()
@Stability(value=Experimental) @Nullable default Boolean getIncludeExecutionData()
Default: true
@Stability(value=Experimental) @Nullable default LogLevel getLevel()
Default: ERROR
@Stability(value=Experimental) static LogOptions.Builder builder()
LogOptions.Builder of LogOptionsCopyright © 2021. All rights reserved.