Class: Aws::DevOpsAgent::Types::MCPServerAuthorizationDiscoveryConfig

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

Overview

Authorization discovery configuration for MCP server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#return_to_endpointString

The endpoint to return to after OAuth flow completes (must be AWS console domain)

Returns:

  • (String)


2602
2603
2604
2605
2606
# File 'lib/aws-sdk-devopsagent/types.rb', line 2602

class MCPServerAuthorizationDiscoveryConfig < Struct.new(
  :return_to_endpoint)
  SENSITIVE = []
  include Aws::Structure
end