This data source provides details about a specific Protection Capability Group Tag resource in Oracle Cloud Infrastructure Waf service.
Lists of available group tags filtered by query parameters.
data "oci_waf_protection_capability_group_tag" "test_protection_capability_group_tag" {
#Required
compartment_id = var.compartment_id
#Optional
name = var.protection_capability_group_tag_name
type = var.protection_capability_group_tag_type
}
The following arguments are supported:
compartment_id
- (Required) The OCID of the compartment in which to list resources.name
- (Optional) A filter to return only resources that match the entire name given.type
- (Optional) A filter to return only resources that matches given type.The following attributes are exported:
items
- List of protection capabilities group tags.
name
- Unique name of protection capability group tag.