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

AwsRdsDbParameterGroup

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

Provides information about a parameter group for a DB instance.

interface AwsRdsDbParameterGroup {
DbParameterGroupName?: string | null;
ParameterApplyStatus?: string | null;
}

§Properties

§
DbParameterGroupName?: string | null
[src]

The name of the parameter group.

§
ParameterApplyStatus?: string | null
[src]

The status of parameter updates.