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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssociation.MCPServerNewRelicConfigurationPropertystatic final classAn implementation forCfnAssociation.MCPServerNewRelicConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()New Relic Account ID.MCP server endpoint URL (e.g., https://mcp.newrelic.com/mcp/).Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
New Relic Account ID.- See Also:
-
getEndpoint
MCP server endpoint URL (e.g., https://mcp.newrelic.com/mcp/).- See Also:
-
builder
-