Interface CfnAssociation.MCPServerNewRelicConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAssociation.MCPServerNewRelicConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnAssociation

@Stability(Stable) public static interface CfnAssociation.MCPServerNewRelicConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.devopsagent.*;
 MCPServerNewRelicConfigurationProperty mCPServerNewRelicConfigurationProperty = MCPServerNewRelicConfigurationProperty.builder()
         .accountId("accountId")
         .endpoint("endpoint")
         .build();
 

See Also: