Class: Aws::DevOpsAgent::Types::GrafanaServiceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GrafanaServiceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Complete service details for Grafana MCP server integration.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::MCPServerAuthorizationConfig
Grafana MCP server authorization configuration (experimental).
-
#description ⇒ String
Optional description for the MCP server.
-
#endpoint ⇒ String
MCP server endpoint URL.
-
#name ⇒ String
MCP server name.
Instance Attribute Details
#authorization_config ⇒ Types::MCPServerAuthorizationConfig
Grafana MCP server authorization configuration (experimental).
1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1702 class GrafanaServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Optional description for the MCP server.
1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1702 class GrafanaServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#endpoint ⇒ String
MCP server endpoint URL.
1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1702 class GrafanaServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
MCP server name.
1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1702 class GrafanaServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |