Class: Aws::DevOpsAgent::Types::MCPServerGrafanaConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#endpointString

Grafana instance URL (e.g., https://your-instance.grafana.net)

Returns:

  • (String)


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_idString

The Grafana organization ID that can be used.

Returns:

  • (String)


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

#toolsArray<String>

List of MCP tools that can be used.

Returns:

  • (Array<String>)


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