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

ParameterValue

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

Parameter value of the application.

interface ParameterValue {
Name: string;
Value: string;
}

§Properties

§
Name: string
[src]

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

§
Value: string
[src]

The input value associated with the parameter.