GetMailAddressesPlainArgs

data class GetMailAddressesPlainArgs(val ids: List<String>? = null, val keyWord: String? = null, val outputFile: String? = null, val sendtype: String? = null, val status: String? = null) : ConvertibleToJava<GetMailAddressesPlainArgs>

A collection of arguments for invoking getMailAddresses.

Constructors

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

Properties

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

A list of Mail Address IDs.

Link copied to clipboard
val keyWord: String? = null

The key word about account email address.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val sendtype: String? = null

Account type. Valid values: batch, trigger.

Link copied to clipboard
val status: String? = null

Account Status. Valid values: 0, 1. Freeze: 1, normal: 0.

Functions

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