Class LogOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.customresources.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.customresources.LogOptions
LogOptions.Builder, LogOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(LogOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theLogOptions.Builder.protectedJsii$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.JsonNodefinal booleanfinal ILogGroupThe log group where the execution history events will be logged.final BooleanDetermines whether execution data is included in your log.final LogLevelgetLevel()Defines which category of execution history events are logged.final inthashCode()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:LogOptionsThe log group where the execution history events will be logged.Default: - a new log group will be created
- Specified by:
getDestinationin interfaceLogOptions
-
getIncludeExecutionData
Description copied from interface:LogOptionsDetermines whether execution data is included in your log.Default: - false
- Specified by:
getIncludeExecutionDatain interfaceLogOptions
-
getLevel
Description copied from interface:LogOptionsDefines which category of execution history events are logged.Default: - ERROR
- Specified by:
getLevelin interfaceLogOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-