1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. directmail
  5. Receivers
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

alicloud.directmail.Receivers

Explore with Pulumi AI

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.

Create Receivers Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Receivers(name: string, args: ReceiversArgs, opts?: CustomResourceOptions);
@overload
def Receivers(resource_name: str,
              args: ReceiversArgs,
              opts: Optional[ResourceOptions] = None)

@overload
def Receivers(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              receivers_alias: Optional[str] = None,
              receivers_name: Optional[str] = None,
              description: Optional[str] = None)
func NewReceivers(ctx *Context, name string, args ReceiversArgs, opts ...ResourceOption) (*Receivers, error)
public Receivers(string name, ReceiversArgs args, CustomResourceOptions? opts = null)
public Receivers(String name, ReceiversArgs args)
public Receivers(String name, ReceiversArgs args, CustomResourceOptions options)
type: alicloud:directmail:Receivers
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ReceiversArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ReceiversArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ReceiversArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ReceiversArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ReceiversArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var receiversResource = new AliCloud.DirectMail.Receivers("receiversResource", new()
{
    ReceiversAlias = "string",
    ReceiversName = "string",
    Description = "string",
});
Copy
example, err := directmail.NewReceivers(ctx, "receiversResource", &directmail.ReceiversArgs{
	ReceiversAlias: pulumi.String("string"),
	ReceiversName:  pulumi.String("string"),
	Description:    pulumi.String("string"),
})
Copy
var receiversResource = new Receivers("receiversResource", ReceiversArgs.builder()
    .receiversAlias("string")
    .receiversName("string")
    .description("string")
    .build());
Copy
receivers_resource = alicloud.directmail.Receivers("receiversResource",
    receivers_alias="string",
    receivers_name="string",
    description="string")
Copy
const receiversResource = new alicloud.directmail.Receivers("receiversResource", {
    receiversAlias: "string",
    receiversName: "string",
    description: "string",
});
Copy
type: alicloud:directmail:Receivers
properties:
    description: string
    receiversAlias: string
    receiversName: string
Copy

Receivers Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Receivers resource accepts the following input properties:

ReceiversAlias
This property is required.
Changes to this property will trigger replacement.
string
The alias of receivers. Must email address and less than 30 characters in length.
ReceiversName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource. The length that cannot be repeated is 1-30 characters.
Description Changes to this property will trigger replacement. string
The description of receivers and 1-50 characters in length.
ReceiversAlias
This property is required.
Changes to this property will trigger replacement.
string
The alias of receivers. Must email address and less than 30 characters in length.
ReceiversName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource. The length that cannot be repeated is 1-30 characters.
Description Changes to this property will trigger replacement. string
The description of receivers and 1-50 characters in length.
receiversAlias
This property is required.
Changes to this property will trigger replacement.
String
The alias of receivers. Must email address and less than 30 characters in length.
receiversName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource. The length that cannot be repeated is 1-30 characters.
description Changes to this property will trigger replacement. String
The description of receivers and 1-50 characters in length.
receiversAlias
This property is required.
Changes to this property will trigger replacement.
string
The alias of receivers. Must email address and less than 30 characters in length.
receiversName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource. The length that cannot be repeated is 1-30 characters.
description Changes to this property will trigger replacement. string
The description of receivers and 1-50 characters in length.
receivers_alias
This property is required.
Changes to this property will trigger replacement.
str
The alias of receivers. Must email address and less than 30 characters in length.
receivers_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource. The length that cannot be repeated is 1-30 characters.
description Changes to this property will trigger replacement. str
The description of receivers and 1-50 characters in length.
receiversAlias
This property is required.
Changes to this property will trigger replacement.
String
The alias of receivers. Must email address and less than 30 characters in length.
receiversName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource. The length that cannot be repeated is 1-30 characters.
description Changes to this property will trigger replacement. String
The description of receivers and 1-50 characters in length.

Outputs

All input properties are implicitly available as output properties. Additionally, the Receivers resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Status int
The status of the resource. 0 means uploading, 1 means upload completed.
Id string
The provider-assigned unique ID for this managed resource.
Status int
The status of the resource. 0 means uploading, 1 means upload completed.
id String
The provider-assigned unique ID for this managed resource.
status Integer
The status of the resource. 0 means uploading, 1 means upload completed.
id string
The provider-assigned unique ID for this managed resource.
status number
The status of the resource. 0 means uploading, 1 means upload completed.
id str
The provider-assigned unique ID for this managed resource.
status int
The status of the resource. 0 means uploading, 1 means upload completed.
id String
The provider-assigned unique ID for this managed resource.
status Number
The status of the resource. 0 means uploading, 1 means upload completed.

Look up Existing Receivers Resource

Get an existing Receivers resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ReceiversState, opts?: CustomResourceOptions): Receivers
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        description: Optional[str] = None,
        receivers_alias: Optional[str] = None,
        receivers_name: Optional[str] = None,
        status: Optional[int] = None) -> Receivers
func GetReceivers(ctx *Context, name string, id IDInput, state *ReceiversState, opts ...ResourceOption) (*Receivers, error)
public static Receivers Get(string name, Input<string> id, ReceiversState? state, CustomResourceOptions? opts = null)
public static Receivers get(String name, Output<String> id, ReceiversState state, CustomResourceOptions options)
resources:  _:    type: alicloud:directmail:Receivers    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Description Changes to this property will trigger replacement. string
The description of receivers and 1-50 characters in length.
ReceiversAlias Changes to this property will trigger replacement. string
The alias of receivers. Must email address and less than 30 characters in length.
ReceiversName Changes to this property will trigger replacement. string
The name of the resource. The length that cannot be repeated is 1-30 characters.
Status int
The status of the resource. 0 means uploading, 1 means upload completed.
Description Changes to this property will trigger replacement. string
The description of receivers and 1-50 characters in length.
ReceiversAlias Changes to this property will trigger replacement. string
The alias of receivers. Must email address and less than 30 characters in length.
ReceiversName Changes to this property will trigger replacement. string
The name of the resource. The length that cannot be repeated is 1-30 characters.
Status int
The status of the resource. 0 means uploading, 1 means upload completed.
description Changes to this property will trigger replacement. String
The description of receivers and 1-50 characters in length.
receiversAlias Changes to this property will trigger replacement. String
The alias of receivers. Must email address and less than 30 characters in length.
receiversName Changes to this property will trigger replacement. String
The name of the resource. The length that cannot be repeated is 1-30 characters.
status Integer
The status of the resource. 0 means uploading, 1 means upload completed.
description Changes to this property will trigger replacement. string
The description of receivers and 1-50 characters in length.
receiversAlias Changes to this property will trigger replacement. string
The alias of receivers. Must email address and less than 30 characters in length.
receiversName Changes to this property will trigger replacement. string
The name of the resource. The length that cannot be repeated is 1-30 characters.
status number
The status of the resource. 0 means uploading, 1 means upload completed.
description Changes to this property will trigger replacement. str
The description of receivers and 1-50 characters in length.
receivers_alias Changes to this property will trigger replacement. str
The alias of receivers. Must email address and less than 30 characters in length.
receivers_name Changes to this property will trigger replacement. str
The name of the resource. The length that cannot be repeated is 1-30 characters.
status int
The status of the resource. 0 means uploading, 1 means upload completed.
description Changes to this property will trigger replacement. String
The description of receivers and 1-50 characters in length.
receiversAlias Changes to this property will trigger replacement. String
The alias of receivers. Must email address and less than 30 characters in length.
receiversName Changes to this property will trigger replacement. String
The name of the resource. The length that cannot be repeated is 1-30 characters.
status Number
The status of the resource. 0 means uploading, 1 means upload completed.

Import

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

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

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.