@Stability(value=Stable)
public static interface CfnNotificationChannel.NotificationFilterConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.devopsguru.*;
NotificationFilterConfigProperty notificationFilterConfigProperty = NotificationFilterConfigProperty.builder()
.messageTypes(List.of("messageTypes"))
.severities(List.of("severities"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNotificationChannel.NotificationFilterConfigProperty.Builder
A builder for
CfnNotificationChannel.NotificationFilterConfigProperty |
static class |
CfnNotificationChannel.NotificationFilterConfigProperty.Jsii$Proxy
An implementation for
CfnNotificationChannel.NotificationFilterConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNotificationChannel.NotificationFilterConfigProperty.Builder |
builder() |
default List<String> |
getMessageTypes()
`CfnNotificationChannel.NotificationFilterConfigProperty.MessageTypes`.
|
default List<String> |
getSeverities()
`CfnNotificationChannel.NotificationFilterConfigProperty.Severities`.
|
@Stability(value=Stable) @Nullable default List<String> getMessageTypes()
@Stability(value=Stable) @Nullable default List<String> getSeverities()
@Stability(value=Stable) static CfnNotificationChannel.NotificationFilterConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.