Amazon MemoryDB · Schema

ParameterGroup

Represents the output of a CreateParameterGroup operation.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ARN string The Amazon Resource Name (ARN) of the parameter group.
Description string A description of the parameter group.
Family string The name of the parameter group family.
Name string The name of the parameter group.
View JSON Schema on GitHub

JSON Schema

memorydb-api-parameter-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-memorydb/refs/heads/main/json-schema/memorydb-api-parameter-group-schema.json",
  "title": "ParameterGroup",
  "description": "Represents the output of a CreateParameterGroup operation.",
  "type": "object",
  "properties": {
    "ARN": {
      "description": "The Amazon Resource Name (ARN) of the parameter group.",
      "type": "string"
    },
    "Description": {
      "description": "A description of the parameter group.",
      "type": "string"
    },
    "Family": {
      "description": "The name of the parameter group family.",
      "type": "string"
    },
    "Name": {
      "description": "The name of the parameter group.",
      "type": "string"
    }
  }
}