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

CreateLoadBalancerPolicyInput

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

Contains the parameters for CreateLoadBalancerPolicy.

interface CreateLoadBalancerPolicyInput {
LoadBalancerName: string;
PolicyAttributes?: PolicyAttribute[] | null;
PolicyName: string;
PolicyTypeName: string;
}

§Properties

§
LoadBalancerName: string
[src]

The name of the load balancer.

§
PolicyAttributes?: PolicyAttribute[] | null
[src]

The policy attributes.

§
PolicyName: string
[src]

The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

§
PolicyTypeName: string
[src]

The name of the base policy type. To get the list of policy types, use "DescribeLoadBalancerPolicyTypes".