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:StringAuthorizationMethod:StringDescription:StringEndpoint:StringName:String
Properties
ApiKeyHeader-
The API key header name, if using API key authentication.
Required: No
Type: String
Update requires: No interruption
-
The authorization method used by the MCP server.
Allowed Values:
oauth-client-credentials|api-key|bearer-tokenRequired: Yes
Type: String
Allowed values:
oauth-client-credentials | api-key | bearer-tokenUpdate 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