Security Contact Args Builder
Builder for SecurityContactArgs.
Functions
Link copied to clipboard
suspend fun notificationsByRole(argument: suspend SecurityContactPropertiesNotificationsByRoleArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun notificationsSources(value: Output<List<Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>>>)
suspend fun notificationsSources(vararg values: Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>)
suspend fun notificationsSources(vararg values: Output<Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>>)
suspend fun notificationsSources(value: List<Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>>?)
suspend fun notificationsSources(values: List<Output<Either<NotificationsSourceAlertArgs, NotificationsSourceAttackPathArgs>>>)
Link copied to clipboard