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

SecurityGroupIdentifier

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

Information about the device's security group.

interface SecurityGroupIdentifier {
groupId?: string | null;
groupName?: string | null;
}

§Properties

§
groupId?: string | null
[src]

The security group ID.

§
groupName?: string | null
[src]

The security group name.