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

ComponentParameter

import type { ComponentParameter } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";

Contains a key/value pair that sets the named component parameter.

interface ComponentParameter {
name: string;
value: string[];
}

§Properties

§
name: string
[src]

The name of the component parameter to set.

§
value: string[]
[src]

Sets the value for the named component parameter.