Amazon MemoryDB · JSON Structure

Memorydb Api Parameter Group Structure

Represents the output of a CreateParameterGroup operation.

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

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

Properties

ARN Description Family Name

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-memorydb/refs/heads/main/json-structure/memorydb-api-parameter-group-structure.json",
  "name": "ParameterGroup",
  "type": "object",
  "description": "Represents the output of a CreateParameterGroup operation.",
  "properties": {
    "ARN": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the parameter group."
    },
    "Description": {
      "type": "string",
      "description": "A description of the parameter group."
    },
    "Family": {
      "type": "string",
      "description": "The name of the parameter group family."
    },
    "Name": {
      "type": "string",
      "description": "The name of the parameter group."
    }
  }
}