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

AwsElbLoadBalancerListenerDescription

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

Lists the policies that are enabled for a load balancer listener.

interface AwsElbLoadBalancerListenerDescription {
Listener?: AwsElbLoadBalancerListener | null;
PolicyNames?: string[] | null;
}

§Properties

§

Information about the listener.

§
PolicyNames?: string[] | null
[src]

The policies enabled for the listener.