Icinga Dependency redundancy_group

what would be the syntax if i want to only depend on services?

is it something like that?

apply Dependency "dummy1" to Host {
    import "test"

    disable_notifications = true
    assign where host.name == "Brother MFC-L2710DN"
    parent_service_name = "test!dummy1"
    redundancy_group = "TEST"
}