GetNotificationsPlainArgs

data class GetNotificationsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val scalingGroupId: String) : ConvertibleToJava<GetNotificationsPlainArgs>

A collection of arguments for invoking getNotifications.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, outputFile: String? = null, scalingGroupId: String)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of notification ids.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

Scaling group id the notifications belong to.

Functions

Link copied to clipboard
open override fun toJava(): GetNotificationsPlainArgs