Interface CfnService.RegisteredMCPServerGrafanaDetailsProperty

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

@Stability(Stable) public static interface CfnService.RegisteredMCPServerGrafanaDetailsProperty extends software.amazon.jsii.JsiiSerializable
Grafana MCP server details returned after registration.

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.*;
 RegisteredMCPServerGrafanaDetailsProperty registeredMCPServerGrafanaDetailsProperty = RegisteredMCPServerGrafanaDetailsProperty.builder()
         .authorizationMethod("authorizationMethod")
         .endpoint("endpoint")
         // the properties below are optional
         .description("description")
         .name("name")
         .build();
 

See Also: