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

ConformancePackInputParameter

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

Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.

interface ConformancePackInputParameter {
ParameterName: string;
ParameterValue: string;
}

§Properties

§
ParameterName: string
[src]

One part of a key-value pair.

§
ParameterValue: string
[src]

Another part of the key-value pair.