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

ModifyDBClusterParameterGroupMessage

import type { ModifyDBClusterParameterGroupMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface ModifyDBClusterParameterGroupMessage {
DBClusterParameterGroupName: string;
Parameters: Parameter[];
}

§Properties

§
DBClusterParameterGroupName: string
[src]

The name of the DB cluster parameter group to modify.

§
Parameters: Parameter[]
[src]

A list of parameters in the DB cluster parameter group to modify.

Valid Values (for the application method): immediate | pending-reboot

Note: You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters. When the application method is immediate, changes to dynamic parameters are applied immediately to the DB clusters associated with the parameter group. When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB clusters associated with the parameter group.