Amazon Managed Prometheus Rule Groups Namespace Summary Structure
Represents a summary of the rule groups namespace.
Type: objectProperties: 6Required: 5
ContainersMonitoringObservabilityPrometheus
RuleGroupsNamespaceSummary is a JSON Structure definition published by Amazon Managed Service for Prometheus, describing 6 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-summary-structure.json",
"name": "RuleGroupsNamespaceSummary",
"description": "Represents a summary 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."
}
]
},
"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",
"createdAt",
"modifiedAt"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.