Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Setting up Yandex Cloud Terraform provider authentication
  • Solution library
    • Overview
    • Release notes
          • sws_advanced_rate_limiter_profile
          • sws_match_list
          • sws_security_profile
          • sws_waf_profile
          • sws_waf_rule_set_descriptor
  1. Terraform reference
  2. Resources
  3. Smart Web Security
  4. Data Sources
  5. sws_match_list

yandex_sws_match_list (DataSource)

Written by
Yandex Cloud
Updated at July 20, 2026
View in Markdown

A match list resource.

Arguments & Attributes ReferenceArguments & Attributes Reference

  • cloud_id (String). ID of the cloud that the match list belongs to.
  • created_at (Read-Only) (String). Creation timestamp in RFC3339 text format.
  • description (String). Description of the match list.
  • folder_id (String). ID of the folder that the match list belongs to.
  • id (String). ID of the match list resource to return.
  • item [Block]. Match list items.
    • description (String). Description of the item.
    • value (Required)(String). Value of the item.
  • item_type (Required)(String). Match list item type.
  • labels (Map Of String). Labels as key:value pairs. Maximum of 64 per resource.
  • list_type (Required)(String). Match list type.
  • match_list_id (String). ID of the match list resource to return.
  • name (Required)(String). Name of the match list.
  • timeouts [Block].
    • create (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
    • delete (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
    • read (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
    • update (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
  • updated_at (Read-Only) (String). Update timestamp in RFC3339 text format.

Was the article helpful?

Previous
sws_advanced_rate_limiter_profile
Next
sws_security_profile
© 2026 Direct Cursus Technology L.L.C.