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

CreateRuleInput

import type { CreateRuleInput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface CreateRuleInput {
Actions: Action[];
Conditions: RuleCondition[];
ListenerArn: string;
Priority: number;
Tags?: Tag[] | null;
}

§Properties

§
Actions: Action[]
[src]

The actions.

§
Conditions: RuleCondition[]
[src]

The conditions.

§
ListenerArn: string
[src]

The Amazon Resource Name (ARN) of the listener.

§
Priority: number
[src]

The rule priority. A listener can't have multiple rules with the same priority.

§
Tags?: Tag[] | null
[src]

The tags to assign to the rule.