Mail Address Args
data class MailAddressArgs(val accountName: Output<String>? = null, val password: Output<String>? = null, val replyAddress: Output<String>? = null, val sendtype: Output<String>? = null) : ConvertibleToJava<MailAddressArgs>
Provides a Direct Mail Mail Address resource. For information about Direct Mail Mail Address and how to use it, see What is Mail Address.
NOTE: Available since v1.134.0.
Import
Direct Mail Mail Address can be imported using the id, e.g.
$ pulumi import alicloud:directmail/mailAddress:MailAddress example <id>
Content copied to clipboard