toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.codestarnotifications.kotlin
/
NotificationRuleArgsBuilder
/
eventTypeIds
event
Type
Ids
@
JvmName
(
name
=
"vrlqnxlnwwglqxhs"
)
suspend
fun
eventTypeIds
(
value
:
Output
<
List
<
String
>
>
)
@
JvmName
(
name
=
"mollohsgrxwhgtcx"
)
suspend
fun
eventTypeIds
(
value
:
List
<
String
>
?
)
Parameters
value
A list of event types associated with this notification rule. For list of allowed events see
here
.
@
JvmName
(
name
=
"jrobswlaakxpjxfb"
)
suspend
fun
eventTypeIds
(
vararg
values
:
Output
<
String
>
)
@
JvmName
(
name
=
"qvpsnqpgoqcyyral"
)
suspend
fun
eventTypeIds
(
values
:
List
<
Output
<
String
>
>
)
@
JvmName
(
name
=
"tufeeawrdsimfnkp"
)
suspend
fun
eventTypeIds
(
vararg
values
:
String
)
Parameters
values
A list of event types associated with this notification rule. For list of allowed events see
here
.