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

AwsRdsDbSubnetGroupSubnet

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

Information about a subnet in a subnet group.

interface AwsRdsDbSubnetGroupSubnet {
SubnetAvailabilityZone?: AwsRdsDbSubnetGroupSubnetAvailabilityZone | null;
SubnetIdentifier?: string | null;
SubnetStatus?: string | null;
}

§Properties

§
SubnetAvailabilityZone?: AwsRdsDbSubnetGroupSubnetAvailabilityZone | null
[src]

Information about the Availability Zone for a subnet in the subnet group.

§
SubnetIdentifier?: string | null
[src]

The identifier of a subnet in the subnet group.

§
SubnetStatus?: string | null
[src]

The status of a subnet in the subnet group.