文档

alicloud_amqp_static_accounts

更新时间:
一键部署

This data source provides Amqp Static Account available to the user.What is Static Account

-> NOTE: Available in 1.195.0+

Example Usage

data "alicloud_amqp_static_accounts" "default" {
  instance_id = "amqp-cn-0ju2y01zs001"
}

output "alicloud_amqp_static_account_example_id" {
  value = data.alicloud_amqp_static_accounts.default.accounts.0.id
}

Argument Reference

The following arguments are supported:

  • ids - (Optional, ForceNew, Computed) The key of the resource supplied above.The value is formulated as <instance_id>:<access_key>.
  • instance_id - (ForceNew, Optional) InstanceId
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Attributes Reference

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

  • accounts - A list of Static Account Entries. Each element contains the following attributes:
    • id - The key of the resource supplied above.The value is formulated as <instance_id>:<access_key>.
    • access_key - Access key.
    • create_time - Create time stamp. Unix timestamp, to millisecond level.
    • instance_id - Amqp instance ID.
    • master_uid - The ID of the user's primary account.
    • password - Static password.
    • user_name - Static username.

  • 本页导读 (0)
文档反馈