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

SetLoadBalancerPoliciesForBackendServerInput

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

Contains the parameters for SetLoadBalancerPoliciesForBackendServer.

interface SetLoadBalancerPoliciesForBackendServerInput {
InstancePort: number;
LoadBalancerName: string;
PolicyNames: string[];
}

§Properties

§
InstancePort: number
[src]

The port number associated with the EC2 instance.

§
LoadBalancerName: string
[src]

The name of the load balancer.

§
PolicyNames: string[]
[src]

The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.