AWS::DevOpsAgent::Association MCPServerGrafanaConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::DevOpsAgent::Association MCPServerGrafanaConfiguration

Configuration for Grafana MCP server integration. Specifies the endpoint URL, tool categories, and webhook settings. Use this configuration to query metrics, dashboards, and alerting data from Grafana.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "EnableWebhookUpdates" : Boolean, "Endpoint" : String, "Tools" : [ String, ... ] }

YAML

EnableWebhookUpdates: Boolean Endpoint: String Tools: - String

Properties

EnableWebhookUpdates

Specifies whether the Agent Space creates and updates webhooks for receiving notifications and events from the service.

Required: No

Type: Boolean

Update requires: No interruption

Endpoint

The MCP server endpoint URL.

Required: Yes

Type: String

Pattern: ^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$

Update requires: No interruption

Tools

The list of tool categories to enable for the Grafana MCP server.

Required: No

Type: Array of String

Allowed values: alerting | annotations | asserts | cloudwatch | dashboard | datasource | elasticsearch | examples | incident | loki | navigation | oncall | prometheus | pyroscope | rendering | runpanelquery | search | searchlogs | sift

Update requires: No interruption