This data source provides details about a specific Network Firewall Policy Service List resource in Oracle Cloud Infrastructure Network Firewall service.
Get ServiceList by the given name in the context of network firewall policy.
data "oci_network_firewall_network_firewall_policy_service_list" "test_network_firewall_policy_service_list" {
#Required
network_firewall_policy_id = oci_network_firewall_network_firewall_policy.test_network_firewall_policy.id
service_list_name = var.network_firewall_policy_service_list_service_list_name
}
The following arguments are supported:
network_firewall_policy_id
- (Required) Unique Network Firewall Policy identifierservice_list_name
- (Required) Unique name identifier for Service Lists in the scope of Network Firewall Policy.The following attributes are exported:
name
- Name of the service Group.parent_resource_id
- OCID of the Network Firewall Policy this serviceList belongs to.services
- List of services in the group.total_services
- Count of total services in the given service List.