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

AwsRdsDbSubnetGroup

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

Information about the subnet group for the database instance.

interface AwsRdsDbSubnetGroup {
DbSubnetGroupArn?: string | null;
DbSubnetGroupDescription?: string | null;
DbSubnetGroupName?: string | null;
SubnetGroupStatus?: string | null;
Subnets?: AwsRdsDbSubnetGroupSubnet[] | null;
VpcId?: string | null;
}

§Properties

§
DbSubnetGroupArn?: string | null
[src]

The ARN of the subnet group.

§
DbSubnetGroupDescription?: string | null
[src]

The description of the subnet group.

§
DbSubnetGroupName?: string | null
[src]

The name of the subnet group.

§
SubnetGroupStatus?: string | null
[src]

The status of the subnet group.

§

A list of subnets in the subnet group.

§
VpcId?: string | null
[src]

The VPC ID of the subnet group.