Class LogOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.LogOptions.Jsii$Proxy
- All Implemented Interfaces:
LogOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LogOptions
@Stability(Stable)
@Internal
public static final class LogOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LogOptions
An implementation for
LogOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.LogOptions
LogOptions.Builder, LogOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LogOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theLogOptions.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final ILogGroup
The log group where the execution history events will be logged.final Boolean
Determines whether execution data is included in your log.final LogLevel
getLevel()
Defines which category of execution history events are logged.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLogOptions.Builder
.
-
-
Method Details
-
getDestination
Description copied from interface:LogOptions
The log group where the execution history events will be logged.- Specified by:
getDestination
in interfaceLogOptions
-
getIncludeExecutionData
Description copied from interface:LogOptions
Determines whether execution data is included in your log.Default: false
- Specified by:
getIncludeExecutionData
in interfaceLogOptions
-
getLevel
Description copied from interface:LogOptions
Defines which category of execution history events are logged.Default: ERROR
- Specified by:
getLevel
in interfaceLogOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-