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) Thekeyof the resource supplied above.The value is formulated as<instance_id>:<access_key>.instance_id- (ForceNew, Optional) InstanceIdoutput_file- (Optional) File name where to save data source results (after runningterraform 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- Thekeyof 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.
该文章对您有帮助吗?