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

ConfigParameter

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

An array of key-value pairs to set for advanced control over Amazon Redshift Serverless.

interface ConfigParameter {
parameterKey?: string | null;
parameterValue?: string | null;
}

§Properties

§
parameterKey?: string | null
[src]

The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitivity_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.

§
parameterValue?: string | null
[src]

The value of the parameter to set.