Amazon Managed Prometheus Log Group Arn Structure

LogGroupArn schema from Amazon Managed Service for Prometheus API

Type: string Properties: 0
ContainersMonitoringObservabilityPrometheus

LogGroupArn is a JSON Structure definition published by Amazon Managed Service for Prometheus. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-log-group-arn-structure.json",
  "name": "LogGroupArn",
  "description": "LogGroupArn schema from Amazon Managed Service for Prometheus API",
  "type": "string",
  "pattern": "arn:aws[a-z0-9-]*:logs:[a-z0-9-]+:\\d{12}:log-group:[A-Za-z0-9\\.\\-\\_\\#/]{1,512}\\:\\*"
}