Class CfnApplicationPropsMixin.WindowsEventProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.applicationinsights.CfnApplicationPropsMixin.WindowsEventProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.WindowsEventProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.WindowsEventProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.WindowsEventProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.WindowsEventProperty
An implementation for
CfnApplicationPropsMixin.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.cfnpropertymixins.services.applicationinsights.CfnApplicationPropsMixin.WindowsEventProperty
CfnApplicationPropsMixin.WindowsEventProperty.Builder, CfnApplicationPropsMixin.WindowsEventProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.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 theCfnApplicationPropsMixin.WindowsEventProperty.Builder.
-
-
Method Details
-
getEventLevels
Description copied from interface:CfnApplicationPropsMixin.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 interfaceCfnApplicationPropsMixin.WindowsEventProperty- See Also:
-
getEventName
Description copied from interface:CfnApplicationPropsMixin.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 interfaceCfnApplicationPropsMixin.WindowsEventProperty- See Also:
-
getLogGroupName
Description copied from interface:CfnApplicationPropsMixin.WindowsEventPropertyThe CloudWatch log group name to be associated with the monitored log.- Specified by:
getLogGroupNamein interfaceCfnApplicationPropsMixin.WindowsEventProperty- See Also:
-
getPatternSet
Description copied from interface:CfnApplicationPropsMixin.WindowsEventPropertyThe log pattern set.- Specified by:
getPatternSetin interfaceCfnApplicationPropsMixin.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()
-