Class: Aws::DevOpsAgent::Types::DatadogServiceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::DatadogServiceDetails
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Complete service details for Datadog MCP server integration.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::DatadogAuthorizationConfig
Datadog MCP server authorization configuration (only authorization discovery is supported).
-
#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::DatadogAuthorizationConfig
Datadog MCP server authorization configuration (only authorization discovery is supported).
758 759 760 761 762 763 764 765 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 758 class DatadogServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Optional description for the MCP server.
758 759 760 761 762 763 764 765 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 758 class DatadogServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#endpoint ⇒ String
MCP server endpoint URL.
758 759 760 761 762 763 764 765 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 758 class DatadogServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
MCP server name.
758 759 760 761 762 763 764 765 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 758 class DatadogServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |