@Stability(value=Stable)
public static interface CfnApplication.WindowsEventProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.WindowsEventProperty.Builder
A builder for
CfnApplication.WindowsEventProperty |
static class |
CfnApplication.WindowsEventProperty.Jsii$Proxy
An implementation for
CfnApplication.WindowsEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.WindowsEventProperty.Builder |
builder() |
List<String> |
getEventLevels()
`CfnApplication.WindowsEventProperty.EventLevels`.
|
String |
getEventName()
`CfnApplication.WindowsEventProperty.EventName`.
|
String |
getLogGroupName()
`CfnApplication.WindowsEventProperty.LogGroupName`.
|
default String |
getPatternSet()
`CfnApplication.WindowsEventProperty.PatternSet`.
|
@Stability(value=Stable) @NotNull List<String> getEventLevels()
@Stability(value=Stable) @NotNull String getEventName()
@Stability(value=Stable) @NotNull String getLogGroupName()
@Stability(value=Stable) @Nullable default String getPatternSet()
@Stability(value=Stable) static CfnApplication.WindowsEventProperty.Builder builder()
Copyright © 2021. All rights reserved.