Class CfnApplication.WindowsEventProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationinsights.CfnApplication.WindowsEventProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.WindowsEventProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplication.WindowsEventProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.WindowsEventProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.WindowsEventProperty
An implementation for
CfnApplication.WindowsEventProperty
-
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.applicationinsights.CfnApplication.WindowsEventProperty
CfnApplication.WindowsEventProperty.Builder, CfnApplication.WindowsEventProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplication.WindowsEventProperty.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
The levels of event to log.final String
The type of Windows Events to log, equivalent to the Windows Event log channel name.final String
The CloudWatch log group name to be associated with the monitored log.final String
The log pattern set.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 theCfnApplication.WindowsEventProperty.Builder
.
-
-
Method Details
-
getEventLevels
Description copied from interface:CfnApplication.WindowsEventProperty
The levels of event to log.You must specify each level to log. Possible values include
INFORMATION
,WARNING
,ERROR
,CRITICAL
, andVERBOSE
. This field is required for each type of Windows Event to log.- Specified by:
getEventLevels
in interfaceCfnApplication.WindowsEventProperty
-
getEventName
Description copied from interface:CfnApplication.WindowsEventProperty
The type of Windows Events to log, equivalent to the Windows Event log channel name.For example, System, Security, CustomEventName, and so on. This field is required for each type of Windows event to log.
- Specified by:
getEventName
in interfaceCfnApplication.WindowsEventProperty
-
getLogGroupName
Description copied from interface:CfnApplication.WindowsEventProperty
The CloudWatch log group name to be associated with the monitored log.- Specified by:
getLogGroupName
in interfaceCfnApplication.WindowsEventProperty
-
getPatternSet
Description copied from interface:CfnApplication.WindowsEventProperty
The log pattern set.- Specified by:
getPatternSet
in interfaceCfnApplication.WindowsEventProperty
-
$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()
-