Amazon Managed Prometheus Create Rule Groups Namespace Response Structure

Represents the output of a CreateRuleGroupsNamespace operation.

Type: object Properties: 4 Required: 3
ContainersMonitoringObservabilityPrometheus

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

Properties

name arn status 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-create-rule-groups-namespace-response-structure.json",
  "name": "CreateRuleGroupsNamespaceResponse",
  "description": "Represents the output of a CreateRuleGroupsNamespace operation.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupsNamespaceName"
        },
        {
          "description": "The rule groups namespace name."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupsNamespaceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of this rule groups namespace."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupsNamespaceStatus"
        },
        {
          "description": "The status of rule groups namespace."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The tags of this rule groups namespace."
        }
      ]
    }
  },
  "required": [
    "name",
    "arn",
    "status"
  ]
}