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

AwsElbLoadBalancerSourceSecurityGroup

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

Contains information about the security group for the load balancer.

interface AwsElbLoadBalancerSourceSecurityGroup {
GroupName?: string | null;
OwnerAlias?: string | null;
}

§Properties

§
GroupName?: string | null
[src]

The name of the security group.

§
OwnerAlias?: string | null
[src]

The owner of the security group.