Interface CfnAssociationPropsMixin.MCPServerGrafanaConfigurationProperty

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

@Stability(Stable) public static interface CfnAssociationPropsMixin.MCPServerGrafanaConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Grafana 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.cfnpropertymixins.services.devopsagent.*;
 MCPServerGrafanaConfigurationProperty mCPServerGrafanaConfigurationProperty = MCPServerGrafanaConfigurationProperty.builder()
         .enableWebhookUpdates(false)
         .endpoint("endpoint")
         .tools(List.of("tools"))
         .build();
 

See Also: