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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationinsights.CfnApplication.WindowsEventProperty
CfnApplication.WindowsEventProperty.Builder, CfnApplication.WindowsEventProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.WindowsEventProperty.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 booleanThe levels of event to log.final StringThe type of Windows Events to log, equivalent to the Windows Event log channel name.final StringThe CloudWatch log group name to be associated with the monitored log.final StringThe log pattern set.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 theCfnApplication.WindowsEventProperty.Builder.
-
-
Method Details
-
getEventLevels
Description copied from interface:CfnApplication.WindowsEventPropertyThe 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:
getEventLevelsin interfaceCfnApplication.WindowsEventProperty- See Also:
-
getEventName
Description copied from interface:CfnApplication.WindowsEventPropertyThe 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:
getEventNamein interfaceCfnApplication.WindowsEventProperty- See Also:
-
getLogGroupName
Description copied from interface:CfnApplication.WindowsEventPropertyThe CloudWatch log group name to be associated with the monitored log.- Specified by:
getLogGroupNamein interfaceCfnApplication.WindowsEventProperty- See Also:
-
getPatternSet
Description copied from interface:CfnApplication.WindowsEventPropertyThe log pattern set.- Specified by:
getPatternSetin interfaceCfnApplication.WindowsEventProperty- See Also:
-
$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()
-