Amazon Incident Manager · JSON Structure

Incident Manager Dynamic Ssm Parameter Value Structure

The dynamic SSM parameter value.

Type: object Properties: 1
AutomationDevOpsIncident ManagementOperations

DynamicSsmParameterValue is a JSON Structure definition published by Amazon Incident Manager, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

variable

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-incident-manager/refs/heads/main/json-structure/incident-manager-dynamic-ssm-parameter-value-structure.json",
  "name": "DynamicSsmParameterValue",
  "description": "The dynamic SSM parameter value.",
  "type": "object",
  "properties": {
    "variable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VariableType"
        },
        {
          "description": "Variable dynamic parameters. A parameter value is determined when an incident is created."
        }
      ]
    }
  }
}