AWS::DevOpsAgent::Association MCPServerNewRelicConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 MCPServerNewRelicConfiguration

Configuration for New Relic MCP server integration. Defines the New Relic account ID and MCP server endpoint URL required for the Agent Space to authenticate and query observability data from New Relic.

Syntax

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

JSON

{ "AccountId" : String, "Endpoint" : String }

YAML

AccountId: String Endpoint: String

Properties

AccountId

The New Relic account ID. Must be a numeric string of at least 6 characters.

Required: Yes

Type: String

Pattern: ^[0-9]+$

Minimum: 6

Update requires: No interruption

Endpoint

The MCP server endpoint URL. Must be an HTTPS URL (for example, https://mcp.newrelic.com/mcp/).

Required: Yes

Type: String

Pattern: ^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$

Update requires: No interruption