Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecommenderV1ValueMatcher

import type { GoogleCloudRecommenderV1ValueMatcher } from "https://googleapis.deno.dev/v1/recommender:v1.ts";

Contains various matching options for values for a GCP resource field.

interface GoogleCloudRecommenderV1ValueMatcher {
matchesPattern?: string;
}

§Properties

§
matchesPattern?: string
[src]

To be used for full regex matching. The regular expression is using the Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be used with RE2::FullMatch