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

DescribeSSLPoliciesInput

import type { DescribeSSLPoliciesInput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface DescribeSSLPoliciesInput {
LoadBalancerType?: LoadBalancerTypeEnum | null;
Marker?: string | null;
Names?: string[] | null;
PageSize?: number | null;
}

§Properties

§
LoadBalancerType?: LoadBalancerTypeEnum | null
[src]

The type of load balancer. The default lists the SSL policies for all load balancers.

§
Marker?: string | null
[src]

The marker for the next set of results. (You received this marker from a previous call.)

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

The names of the policies.

§
PageSize?: number | null
[src]

The maximum number of results to return with this call.