日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_direct_mail_receiverses

更新時間:

This data source provides the Direct Mail Receiverses of the current Alibaba Cloud user.

-> NOTE: Available in v1.125.0+.

Example Usage

Basic Usage

data "alicloud_direct_mail_receiverses" "example" {
  ids        = ["ca73b1e4fb0df7c935a5097a****"]
  name_regex = "the_resource_name"
}

output "first_direct_mail_receivers_id" {
  value = data.alicloud_direct_mail_receiverses.example.receiverses.0.id
}

Argument Reference

The following arguments are supported:

  • ids - (Optional, ForceNew, Computed) A list of Receivers IDs.
  • key_word - (Optional, ForceNew) The key word.
  • name_regex - (Optional, ForceNew) A regex string to filter results by Receivers name.
  • output_file - (Optional) File name where to save data source results (after running terraform plan).
  • status - (Optional, ForceNew) The status of the resource. Valid Values: 0 means uploading, 1 means upload completed.

Argument Reference

The following attributes are exported in addition to the arguments listed above:

  • names - A list of Receivers names.
  • receiverses - A list of Direct Mail Receiverses. Each element contains the following attributes:
    • create_time - The creation time of the resource.
    • description - The description.
    • id - The ID of the Receivers.
    • receivers_alias -The Receivers Alias.
    • receivers_id - The first ID of the resource.
    • receivers_name - The name of the resource.
    • status - The status of the resource.