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

DBSecurityGroupMembership

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

This data type is used as a response element in the following actions:

  • ModifyDBInstance
    
  • RebootDBInstance
    
  • RestoreDBInstanceFromDBSnapshot
    
  • RestoreDBInstanceToPointInTime
    
interface DBSecurityGroupMembership {
DBSecurityGroupName?: string | null;
Status?: string | null;
}

§Properties

§
DBSecurityGroupName?: string | null
[src]

The name of the DB security group.

§
Status?: string | null
[src]

The status of the DB security group.