Interface CfnAssociation.MCPServerDatadogConfigurationProperty

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

@Stability(Stable) public static interface CfnAssociation.MCPServerDatadogConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Datadog 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.*;
 MCPServerDatadogConfigurationProperty mCPServerDatadogConfigurationProperty = MCPServerDatadogConfigurationProperty.builder()
         .endpoint("endpoint")
         .name("name")
         // the properties below are optional
         .description("description")
         .enableWebhookUpdates(false)
         .build();
 

See Also: