pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.codestarnotifications.kotlin
/
NotificationRuleArgsBuilder
/
eventTypeIds
event
Type
Ids
@
JvmName
(
name
=
"ubtfnwgesevgckyp"
)
suspend
fun
eventTypeIds
(
value
:
Output
<
List
<
String
>
>
)
@
JvmName
(
name
=
"blxgxjcwesskmljk"
)
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
=
"hsdvrdkwsalxlqkp"
)
suspend
fun
eventTypeIds
(
vararg
values
:
Output
<
String
>
)
@
JvmName
(
name
=
"kqdscrbnfpbauvwq"
)
suspend
fun
eventTypeIds
(
values
:
List
<
Output
<
String
>
>
)
@
JvmName
(
name
=
"wsshxewklsrygdic"
)
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
.