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

AwsEc2SecurityGroupDetails

import type { AwsEc2SecurityGroupDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsEc2SecurityGroupDetails {
GroupId?: string | null;
GroupName?: string | null;
IpPermissions?: AwsEc2SecurityGroupIpPermission[] | null;
IpPermissionsEgress?: AwsEc2SecurityGroupIpPermission[] | null;
OwnerId?: string | null;
VpcId?: string | null;
}

§Properties

§
GroupId?: string | null
[src]
§
GroupName?: string | null
[src]
§
IpPermissionsEgress?: AwsEc2SecurityGroupIpPermission[] | null
[src]
§
OwnerId?: string | null
[src]
§
VpcId?: string | null
[src]