public static final class CfnApplication.WindowsEventProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplication.WindowsEventProperty
CfnApplication.WindowsEventProperty
CfnApplication.WindowsEventProperty.Builder, CfnApplication.WindowsEventProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getEventLevels()
The levels of event to log.
|
java.lang.String |
getEventName()
The type of Windows Events to log, equivalent to the Windows Event log channel name.
|
java.lang.String |
getLogGroupName()
The CloudWatch log group name to be associated with the monitored log.
|
java.lang.String |
getPatternSet()
The log pattern set.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getEventLevels()
CfnApplication.WindowsEventProperty
You must specify each level to log. Possible values include INFORMATION
, WARNING
, ERROR
, CRITICAL
, and VERBOSE
. This field is required for each type of Windows Event to log.
getEventLevels
in interface CfnApplication.WindowsEventProperty
public final java.lang.String getEventName()
CfnApplication.WindowsEventProperty
For example, System, Security, CustomEventName, and so on. This field is required for each type of Windows event to log.
getEventName
in interface CfnApplication.WindowsEventProperty
public final java.lang.String getLogGroupName()
CfnApplication.WindowsEventProperty
getLogGroupName
in interface CfnApplication.WindowsEventProperty
public final java.lang.String getPatternSet()
CfnApplication.WindowsEventProperty
getPatternSet
in interface CfnApplication.WindowsEventProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()