notifications Sources
suspend fun notificationsSources(value: Output<List<Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>>>)
suspend fun notificationsSources(value: List<Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>>?)
Parameters
value
A collection of sources types which evaluate the email notification.
suspend fun notificationsSources(vararg values: Output<Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>>)
suspend fun notificationsSources(values: List<Output<Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>>>)
suspend fun notificationsSources(vararg values: Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>)
Parameters
values
A collection of sources types which evaluate the email notification.