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

AwsRdsDbStatusInfo

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

Information about the status of a read replica.

interface AwsRdsDbStatusInfo {
Message?: string | null;
Normal?: boolean | null;
Status?: string | null;
StatusType?: string | null;
}

§Properties

§
Message?: string | null
[src]

If the read replica is currently in an error state, provides the error details.

§
Normal?: boolean | null
[src]

Whether the read replica instance is operating normally.

§
Status?: string | null
[src]

The status of the read replica instance.

§
StatusType?: string | null
[src]

The type of status. For a read replica, the status type is read replication.