Class: Aws::DevOpsAgent::Types::MCPServerSigV4Configuration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Configuration for SigV4-authenticated MCP server integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tool_detailsArray<Types::MCPToolDetail>

List of MCP tools with their access categorization. When provided, the tool names must match those in the tools member.

Returns:



4028
4029
4030
4031
4032
4033
# File 'lib/aws-sdk-devopsagent/types.rb', line 4028

class MCPServerSigV4Configuration < Struct.new(
  :tools,
  :tool_details)
  SENSITIVE = []
  include Aws::Structure
end

#toolsArray<String>

List of MCP tools available for the association.

Returns:

  • (Array<String>)


4028
4029
4030
4031
4032
4033
# File 'lib/aws-sdk-devopsagent/types.rb', line 4028

class MCPServerSigV4Configuration < Struct.new(
  :tools,
  :tool_details)
  SENSITIVE = []
  include Aws::Structure
end