Amazon Managed Prometheus Put Rule Groups Namespace Request Structure

Represents the input of a PutRuleGroupsNamespace operation.

Type: object Properties: 2 Required: 1
ContainersMonitoringObservabilityPrometheus

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

Properties

data clientToken

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-put-rule-groups-namespace-request-structure.json",
  "name": "PutRuleGroupsNamespaceRequest",
  "description": "Represents the input of a PutRuleGroupsNamespace operation.",
  "type": "object",
  "properties": {
    "data": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupsNamespaceData"
        },
        {
          "description": "The namespace data that define the rule groups."
        }
      ]
    },
    "clientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdempotencyToken"
        },
        {
          "description": "Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
        }
      ]
    }
  },
  "required": [
    "data"
  ]
}