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

RulePriorityPair

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

Information about the priorities for the rules for a listener.

interface RulePriorityPair {
Priority?: number | null;
RuleArn?: string | null;
}

§Properties

§
Priority?: number | null
[src]

The rule priority.

§
RuleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the rule.