def create_crawler_crawl_rule()

in elastic_enterprise_search/_sync/client/app_search.py [0:0]


    def create_crawler_crawl_rule(
        self,
        *,
        engine_name: str,
        domain_id: str,
        order: int,
        pattern: str,
        policy: t.Union["t.Literal['allow', 'deny']", str],
        rule: t.Union["t.Literal['begins', 'contains', 'ends', 'regex']", str],