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

SecurityGroupMembership

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

Represents a single security group and its status.

interface SecurityGroupMembership {
SecurityGroupId?: string | null;
Status?: string | null;
}

§Properties

§
SecurityGroupId?: string | null
[src]

The identifier of the security group.

§
Status?: string | null
[src]

The status of the security group membership. The status changes whenever a security group is modified, or when the security groups assigned to a cluster are modified.