toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.codestarnotifications.kotlin
/
NotificationRuleArgs
/
NotificationRuleArgs
Notification
Rule
Args
constructor
(
detailType
:
Output
<
String
>
?
=
null
,
eventTypeIds
:
Output
<
List
<
String
>
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
resource
:
Output
<
String
>
?
=
null
,
status
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
targets
:
Output
<
List
<
NotificationRuleTargetArgs
>
>
?
=
null
)