Class: Aws::DevOpsAgent::Types::MCPServerGrafanaConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerGrafanaConfiguration
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for Grafana MCP server integration, used with an AWS-hosted MCP server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
Grafana instance URL (e.g., https://your-instance.grafana.net).
-
#organization_id ⇒ String
The Grafana organization ID that can be used.
-
#tools ⇒ Array<String>
List of MCP tools that can be used.
Instance Attribute Details
#endpoint ⇒ String
Grafana instance URL (e.g., https://your-instance.grafana.net)
2714 2715 2716 2717 2718 2719 2720 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2714 class MCPServerGrafanaConfiguration < Struct.new( :endpoint, :organization_id, :tools) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The Grafana organization ID that can be used.
2714 2715 2716 2717 2718 2719 2720 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2714 class MCPServerGrafanaConfiguration < Struct.new( :endpoint, :organization_id, :tools) SENSITIVE = [] include Aws::Structure end |
#tools ⇒ Array<String>
List of MCP tools that can be used.
2714 2715 2716 2717 2718 2719 2720 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2714 class MCPServerGrafanaConfiguration < Struct.new( :endpoint, :organization_id, :tools) SENSITIVE = [] include Aws::Structure end |