AWS::DevOpsAgent::Service RegisteredMCPServerDetails - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::DevOpsAgent::Service RegisteredMCPServerDetails

MCP server details returned after registration. Used for both custom MCP server and Splunk MCP server service types.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ApiKeyHeader" : String, "AuthorizationMethod" : String, "Description" : String, "Endpoint" : String, "Name" : String }

YAML

ApiKeyHeader: String AuthorizationMethod: String Description: String Endpoint: String Name: String

Properties

ApiKeyHeader

The API key header name, if using API key authentication.

Required: No

Type: String

Update requires: No interruption

AuthorizationMethod

The authorization method used by the MCP server.

Allowed Values: oauth-client-credentials | api-key | bearer-token

Required: Yes

Type: String

Allowed values: oauth-client-credentials | api-key | bearer-token

Update requires: No interruption

Description

The description of the MCP server.

Required: No

Type: String

Update requires: No interruption

Endpoint

The MCP server endpoint URL.

Required: Yes

Type: String

Update requires: No interruption

Name

The name of the MCP server.

Required: Yes

Type: String

Update requires: No interruption