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

RelationalDatabaseParameter

import type { RelationalDatabaseParameter } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface RelationalDatabaseParameter {
allowedValues?: string | null;
applyMethod?: string | null;
applyType?: string | null;
dataType?: string | null;
description?: string | null;
isModifiable?: boolean | null;
parameterName?: string | null;
parameterValue?: string | null;
}

§Properties

§
allowedValues?: string | null
[src]
§
applyMethod?: string | null
[src]
§
applyType?: string | null
[src]
§
dataType?: string | null
[src]
§
description?: string | null
[src]
§
isModifiable?: boolean | null
[src]
§
parameterName?: string | null
[src]
§
parameterValue?: string | null
[src]