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

Rule

import type { Rule } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

Contains an Amazon Resource Name (ARN) and parameters that are associated with the rule.

interface Rule {
Parameters?: {
[key: string]: string | null | undefined;
}
| null;
Type?: RuleType | null;
}

§Properties

§
Parameters?: {
[key: string]: string | null | undefined;
}
| null
[src]

The minimum and maximum parameters that are associated with the rule.

§
Type?: RuleType | null
[src]

The type of attribute validation rule.