Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Log Group Summary Structure

A subset of the attributes that describe a log group. In CloudWatch a log group is a group of log streams that share the same retention, monitoring, and access control settings.

Type: object Properties: 2 Required: 2
COBOLMainframeMigrationModernizationBatch Processing

LogGroupSummary is a JSON Structure definition published by Amazon Mainframe Modernization, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

logGroupName logType

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-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-log-group-summary-structure.json",
  "name": "LogGroupSummary",
  "description": "A subset of the attributes that describe a log group. In CloudWatch a log group is a group of log streams that share the same retention, monitoring, and access control settings.",
  "type": "object",
  "properties": {
    "logGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogGroupIdentifier"
        },
        {
          "description": "The name of the log group."
        }
      ]
    },
    "logType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String20"
        },
        {
          "description": "The type of log."
        }
      ]
    }
  },
  "required": [
    "logGroupName",
    "logType"
  ]
}