

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::DevOpsAgent::Service MCPServerSplunkDetails
<a name="aws-properties-devopsagent-service-mcpserversplunkdetails"></a>

Configuration details for registering a Splunk MCP server.

## Syntax
<a name="aws-properties-devopsagent-service-mcpserversplunkdetails-syntax"></a>

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

### JSON
<a name="aws-properties-devopsagent-service-mcpserversplunkdetails-syntax.json"></a>

```
{
  "[AuthorizationConfig](#cfn-devopsagent-service-mcpserversplunkdetails-authorizationconfig)" : MCPServerSplunkAuthorizationConfig,
  "[Description](#cfn-devopsagent-service-mcpserversplunkdetails-description)" : String,
  "[Endpoint](#cfn-devopsagent-service-mcpserversplunkdetails-endpoint)" : String,
  "[Name](#cfn-devopsagent-service-mcpserversplunkdetails-name)" : String
}
```

### YAML
<a name="aws-properties-devopsagent-service-mcpserversplunkdetails-syntax.yaml"></a>

```
  [AuthorizationConfig](#cfn-devopsagent-service-mcpserversplunkdetails-authorizationconfig): 
    MCPServerSplunkAuthorizationConfig
  [Description](#cfn-devopsagent-service-mcpserversplunkdetails-description): String
  [Endpoint](#cfn-devopsagent-service-mcpserversplunkdetails-endpoint): String
  [Name](#cfn-devopsagent-service-mcpserversplunkdetails-name): String
```

## Properties
<a name="aws-properties-devopsagent-service-mcpserversplunkdetails-properties"></a>

`AuthorizationConfig`  <a name="cfn-devopsagent-service-mcpserversplunkdetails-authorizationconfig"></a>
The authorization configuration for the Splunk MCP server.  
*Required*: Yes  
*Type*: [MCPServerSplunkAuthorizationConfig](aws-properties-devopsagent-service-mcpserversplunkauthorizationconfig.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Description`  <a name="cfn-devopsagent-service-mcpserversplunkdetails-description"></a>
A description of the MCP server. Maximum 500 characters.  
*Required*: No  
*Type*: String  
*Maximum*: `500`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Endpoint`  <a name="cfn-devopsagent-service-mcpserversplunkdetails-endpoint"></a>
The HTTPS endpoint URL of the MCP server.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Name`  <a name="cfn-devopsagent-service-mcpserversplunkdetails-name"></a>
The name of the MCP server.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9_-]+$`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)