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

RulesConfigurationType

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

A container for rules.

interface RulesConfigurationType {
Rules: MappingRule[];
}

§Properties

§

An array of rules. You can specify up to 25 rules per identity provider.

Rules are evaluated in order. The first one to match specifies the role.