ReceiversArgs

data class ReceiversArgs(val description: Output<String>? = null, val receiversAlias: Output<String>? = null, val receiversName: Output<String>? = null) : ConvertibleToJava<ReceiversArgs>

Provides a Direct Mail Receivers resource. For information about Direct Mail Receivers and how to use it, see What is Direct Mail Receivers.

NOTE: Available since v1.125.0.

Import

Direct Mail Receivers can be imported using the id, e.g.

$ pulumi import alicloud:directmail/receivers:Receivers example <id>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, receiversAlias: Output<String>? = null, receiversName: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of receivers and 1-50 characters in length.

Link copied to clipboard
val receiversAlias: Output<String>? = null

The alias of receivers. Must email address and less than 30 characters in length.

Link copied to clipboard
val receiversName: Output<String>? = null

The name of the resource. The length that cannot be repeated is 1-30 characters.

Functions

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