toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.devopsguru.kotlin.inputs
/
GetNotificationChannelFilter
Get
Notification
Channel
Filter
data
class
GetNotificationChannelFilter
(
val
messageTypes
:
List
<
String
>
,
val
severities
:
List
<
String
>
)
:
ConvertibleToJava
<
GetNotificationChannelFilter
>
Members
Constructors
Get
Notification
Channel
Filter
Link copied to clipboard
constructor
(
messageTypes
:
List
<
String
>
,
severities
:
List
<
String
>
)
Properties
message
Types
Link copied to clipboard
val
messageTypes
:
List
<
String
>
Events to receive notifications for.
severities
Link copied to clipboard
val
severities
:
List
<
String
>
Severity levels to receive notifications for.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetNotificationChannelFilter