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::Association MCPServerSplunkConfiguration
Configuration for Splunk MCP server integration. Defines the server name, endpoint URL, optional description, and webhook update settings.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "EnableWebhookUpdates" :Boolean, "Endpoint" :String, "Name" :String}
YAML
Description:StringEnableWebhookUpdates:BooleanEndpoint:StringName:String
Properties
Description-
The description of the MCP server.
Required: No
Type: String
Update requires: No interruption
EnableWebhookUpdates-
When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.
Required: No
Type: Boolean
Update requires: No interruption
Endpoint-
MCP server endpoint URL.
Required: Yes
Type: String
Pattern:
^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$Update requires: No interruption
Name-
The name of the MCP server.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Update requires: No interruption