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

SetLoadBalancerListenerSSLCertificateInput

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

Contains the parameters for SetLoadBalancerListenerSSLCertificate.

interface SetLoadBalancerListenerSSLCertificateInput {
LoadBalancerName: string;
LoadBalancerPort: number;
SSLCertificateId: string;
}

§Properties

§
LoadBalancerName: string
[src]

The name of the load balancer.

§
LoadBalancerPort: number
[src]

The port that uses the specified SSL certificate.

§
SSLCertificateId: string
[src]

The Amazon Resource Name (ARN) of the SSL certificate.