Class: Aws::DevOpsAgent::Types::DatadogServiceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::DatadogServiceDetails
- Includes:
- Structure
- Defined in:
- 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).
722 723 724 725 726 727 728 729 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 722 class DatadogServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Optional description for the MCP server.
722 723 724 725 726 727 728 729 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 722 class DatadogServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#endpoint ⇒ String
MCP server endpoint URL.
722 723 724 725 726 727 728 729 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 722 class DatadogServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
MCP server name.
722 723 724 725 726 727 728 729 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 722 class DatadogServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |