Parameter
import type { Parameter } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/redshift.ts";interface Parameter {
AllowedValues?: string | null;
ApplyType?: ParameterApplyType | null;
DataType?: string | null;
Description?: string | null;
IsModifiable?: boolean | null;
MinimumEngineVersion?: string | null;
ParameterName?: string | null;
ParameterValue?: string | null;
Source?: string | null;
}§Properties
§
ApplyType?: ParameterApplyType | null
[src]