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",
});
example, err := directmail.NewReceivers(ctx, "receiversResource", &directmail.ReceiversArgs{
ReceiversAlias: pulumi.String("string"),
ReceiversName: pulumi.String("string"),
Description: pulumi.String("string"),
})
var receiversResource = new Receivers("receiversResource", ReceiversArgs.builder()
.receiversAlias("string")
.receiversName("string")
.description("string")
.build());
receivers_resource = alicloud.directmail.Receivers("receiversResource",
receivers_alias="string",
receivers_name="string",
description="string")
const receiversResource = new alicloud.directmail.Receivers("receiversResource", {
receiversAlias: "string",
receiversName: "string",
description: "string",
});
type: alicloud:directmail:Receivers
properties:
description: string
receiversAlias: string
receiversName: string
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:
- Receivers
Alias This property is required. Changes to this property will trigger replacement.
- 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.
- The name of the resource. The length that cannot be repeated is 1-30 characters.
- Description
Changes to this property will trigger replacement.
- The description of receivers and 1-50 characters in length.
- Receivers
Alias This property is required. Changes to this property will trigger replacement.
- 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.
- The name of the resource. The length that cannot be repeated is 1-30 characters.
- Description
Changes to this property will trigger replacement.
- The description of receivers and 1-50 characters in length.
- receivers
Alias This property is required. Changes to this property will trigger replacement.
- 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.
- The name of the resource. The length that cannot be repeated is 1-30 characters.
- description
Changes to this property will trigger replacement.
- The description of receivers and 1-50 characters in length.
- receivers
Alias This property is required. Changes to this property will trigger replacement.
- 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.
- The name of the resource. The length that cannot be repeated is 1-30 characters.
- description
Changes to this property will trigger replacement.
- The description of receivers and 1-50 characters in length.
- receivers_
alias This property is required. Changes to this property will trigger replacement.
- 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.
- The name of the resource. The length that cannot be repeated is 1-30 characters.
- description
Changes to this property will trigger replacement.
- The description of receivers and 1-50 characters in length.
- receivers
Alias This property is required. Changes to this property will trigger replacement.
- 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.
- The name of the resource. The length that cannot be repeated is 1-30 characters.
- description
Changes to this property will trigger replacement.
- 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:
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.
- Description
Changes to this property will trigger replacement.
- The description of receivers and 1-50 characters in length.
- Receivers
Alias Changes to this property will trigger replacement.
- The alias of receivers. Must email address and less than 30 characters in length.
- Receivers
Name Changes to this property will trigger replacement.
- 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.
- The description of receivers and 1-50 characters in length.
- Receivers
Alias Changes to this property will trigger replacement.
- The alias of receivers. Must email address and less than 30 characters in length.
- Receivers
Name Changes to this property will trigger replacement.
- 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.
- The description of receivers and 1-50 characters in length.
- receivers
Alias Changes to this property will trigger replacement.
- The alias of receivers. Must email address and less than 30 characters in length.
- receivers
Name Changes to this property will trigger replacement.
- 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.
- The description of receivers and 1-50 characters in length.
- receivers
Alias Changes to this property will trigger replacement.
- The alias of receivers. Must email address and less than 30 characters in length.
- receivers
Name Changes to this property will trigger replacement.
- 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.
- The description of receivers and 1-50 characters in length.
- receivers_
alias Changes to this property will trigger replacement.
- The alias of receivers. Must email address and less than 30 characters in length.
- receivers_
name Changes to this property will trigger replacement.
- 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.
- The description of receivers and 1-50 characters in length.
- receivers
Alias Changes to this property will trigger replacement.
- The alias of receivers. Must email address and less than 30 characters in length.
- receivers
Name Changes to this property will trigger replacement.
- 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>
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.