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

OptionRestrictionRegex

import type { OptionRestrictionRegex } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

A regular expression representing a restriction on a string configuration option value.

interface OptionRestrictionRegex {
Label?: string | null;
Pattern?: string | null;
}

§Properties

§
Label?: string | null
[src]

A unique name representing this regular expression.

§
Pattern?: string | null
[src]

The regular expression pattern that a string configuration option value with this restriction must match.