CacheNodeTypeSpecificParameter
import type { CacheNodeTypeSpecificParameter } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";interface CacheNodeTypeSpecificParameter {
AllowedValues?: string | null;
CacheNodeTypeSpecificValues: CacheNodeTypeSpecificValue[];
ChangeType?: ChangeType | null;
DataType?: string | null;
Description?: string | null;
IsModifiable?: boolean | null;
MinimumEngineVersion?: string | null;
ParameterName?: string | null;
Source?: string | null;
}§Properties
§
CacheNodeTypeSpecificValues: CacheNodeTypeSpecificValue[]
[src]§
ChangeType?: ChangeType | null
[src]