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
NewRelic MCP server configuration.

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: