Interface CfnAssociation.MCPServerGrafanaConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssociation.MCPServerGrafanaConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAssociation
@Stability(Stable)
public static interface CfnAssociation.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.services.devopsagent.*;
MCPServerGrafanaConfigurationProperty mCPServerGrafanaConfigurationProperty = MCPServerGrafanaConfigurationProperty.builder()
.endpoint("endpoint")
// the properties below are optional
.enableWebhookUpdates(false)
.tools(List.of("tools"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssociation.MCPServerGrafanaConfigurationPropertystatic final classAn implementation forCfnAssociation.MCPServerGrafanaConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndpoint
MCP server endpoint URL.- See Also:
-
getEnableWebhookUpdates
When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.Returns union: either
BooleanorIResolvable- See Also:
-
getTools
List of tool categories to enable for the Grafana MCP server.- See Also:
-
builder
-