yandex_message_queue (DataSource)
Written by
Updated at February 9, 2026
Get information about a Yandex Message Queue. For more information about Yandex Message Queue, see Yandex Cloud Message Queue.
Example usage
//
// Get information about existing Message Queue.
//
data "yandex_message_queue" "my_queue" {
name = "ymq_terraform_example"
}
Arguments & Attributes Reference
access_key(String). The access key to use when applying changes. If omitted,ymq_access_keyspecified in provider config is used. For more information see documentation.arn(Read-Only) (String). ARN of the Yandex Message Queue. It is used for setting up a redrive policy. See documentation.id(String).name(String). Queue name. The maximum length is 80 characters. You can use numbers, letters, underscores, and hyphens in the name. The name of a FIFO queue must end with the.fifosuffix. If not specified, random name will be generated. Conflicts withname_prefix. For more information see documentation.region_id(String). ID of the region where the message queue is located at. The default is 'ru-central1'.secret_key(String). The secret key to use when applying changes. If omitted,ymq_secret_keyspecified in provider config is used. For more information see documentation.url(Read-Only) (String). URL of the queue.