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

SetLoadBalancerPoliciesOfListenerInput

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

Contains the parameters for SetLoadBalancePoliciesOfListener.

interface SetLoadBalancerPoliciesOfListenerInput {
LoadBalancerName: string;
LoadBalancerPort: number;
PolicyNames: string[];
}

§Properties

§
LoadBalancerName: string
[src]

The name of the load balancer.

§
LoadBalancerPort: number
[src]

The external port of the load balancer.

§
PolicyNames: string[]
[src]

The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.