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

SetSecurityGroupsOutput

import type { SetSecurityGroupsOutput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface SetSecurityGroupsOutput {
SecurityGroupIds: string[];
}

§Properties

§
SecurityGroupIds: string[]
[src]

The IDs of the security groups associated with the load balancer.