Amazon CloudFormation · JSON Structure

Cloudformation Parameter Structure

Parameter schema

Type: object Properties: 4
CloudFormationInfrastructure as CodeDevOpsIaC

Parameter is a JSON Structure definition published by Amazon CloudFormation, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ParameterKey ParameterValue UsePreviousValue ResolvedValue

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudformation/refs/heads/main/json-structure/cloudformation-parameter-structure.json",
  "name": "Parameter",
  "description": "Parameter schema",
  "type": "object",
  "properties": {
    "ParameterKey": {
      "type": "string"
    },
    "ParameterValue": {
      "type": "string"
    },
    "UsePreviousValue": {
      "type": "boolean"
    },
    "ResolvedValue": {
      "type": "string"
    }
  }
}