

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

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

Grafana MCP server details returned after registration.

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

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

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

```
{
  "[AuthorizationMethod](#cfn-devopsagent-service-registeredmcpservergrafanadetails-authorizationmethod)" : {{String}},
  "[Description](#cfn-devopsagent-service-registeredmcpservergrafanadetails-description)" : {{String}},
  "[Endpoint](#cfn-devopsagent-service-registeredmcpservergrafanadetails-endpoint)" : {{String}},
  "[Name](#cfn-devopsagent-service-registeredmcpservergrafanadetails-name)" : {{String}}
}
```

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

```
  [AuthorizationMethod](#cfn-devopsagent-service-registeredmcpservergrafanadetails-authorizationmethod): {{String}}
  [Description](#cfn-devopsagent-service-registeredmcpservergrafanadetails-description): {{String}}
  [Endpoint](#cfn-devopsagent-service-registeredmcpservergrafanadetails-endpoint): {{String}}
  [Name](#cfn-devopsagent-service-registeredmcpservergrafanadetails-name): {{String}}
```

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

`AuthorizationMethod`  <a name="cfn-devopsagent-service-registeredmcpservergrafanadetails-authorizationmethod"></a>
The authorization method that the MCP server uses.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `bearer-token`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Description`  <a name="cfn-devopsagent-service-registeredmcpservergrafanadetails-description"></a>
An optional description for the MCP server.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Endpoint`  <a name="cfn-devopsagent-service-registeredmcpservergrafanadetails-endpoint"></a>
The MCP server endpoint URL.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-devopsagent-service-registeredmcpservergrafanadetails-name"></a>
The MCP server name.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)