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

CreateVerifiedAccessEndpointLoadBalancerOptions

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

Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.

interface CreateVerifiedAccessEndpointLoadBalancerOptions {
LoadBalancerArn?: string | null;
Port?: number | null;
SubnetIds?: string[] | null;
}

§Properties

§
LoadBalancerArn?: string | null
[src]

The ARN of the load balancer.

§
Port?: number | null
[src]

The IP port number.

§

The IP protocol.

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

The IDs of the subnets.