Amazon Managed Prometheus Rule Groups Namespace Description Structure

Represents a description of the rule groups namespace.

Type: object Properties: 7 Required: 6
ContainersMonitoringObservabilityPrometheus

RuleGroupsNamespaceDescription is a JSON Structure definition published by Amazon Managed Service for Prometheus, describing 7 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

arn name status data createdAt modifiedAt tags

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-managed-prometheus/refs/heads/main/json-structure/amazon-managed-prometheus-rule-groups-namespace-description-structure.json",
  "name": "RuleGroupsNamespaceDescription",
  "description": "Represents a description of the rule groups namespace.",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupsNamespaceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of this rule groups namespace."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupsNamespaceName"
        },
        {
          "description": "The rule groups namespace name."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupsNamespaceStatus"
        },
        {
          "description": "The status of rule groups namespace."
        }
      ]
    },
    "data": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupsNamespaceData"
        },
        {
          "description": "The rule groups namespace data."
        }
      ]
    },
    "createdAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time when the rule groups namespace was created."
        }
      ]
    },
    "modifiedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time when the rule groups namespace was modified."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The tags of this rule groups namespace."
        }
      ]
    }
  },
  "required": [
    "arn",
    "name",
    "status",
    "data",
    "createdAt",
    "modifiedAt"
  ]
}