View a markdown version of this page

MCPServerAuthorizationConfig - AWS DevOps Agent

MCPServerAuthorizationConfig

Authorization configuration options for MCP server, supporting OAuth, API key, bearer token, and authorization discovery methods.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

apiKey

MCP server configuration with API key authentication.

Type: MCPServerAPIKeyConfig object

Required: No

authorizationDiscovery

MCP server authorization discovery configuration.

Type: MCPServerAuthorizationDiscoveryConfig object

Required: No

bearerToken

MCP server configuration with Bearer token (RFC 6750).

Type: MCPServerBearerTokenConfig object

Required: No

oAuth3LO

MCP server configuration with OAuth 3LO.

Type: MCPServerOAuth3LOConfig object

Required: No

oAuthClientCredentials

MCP server configuration with OAuth client credentials.

Type: MCPServerOAuthClientCredentialsConfig object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: