Interface CfnAssociation.MCPServerSigV4ConfigurationProperty

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

@Stability(Stable) public static interface CfnAssociation.MCPServerSigV4ConfigurationProperty extends software.amazon.jsii.JsiiSerializable
SigV4-authenticated 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.*;
 MCPServerSigV4ConfigurationProperty mCPServerSigV4ConfigurationProperty = MCPServerSigV4ConfigurationProperty.builder()
         .tools(List.of("tools"))
         .build();
 

See Also: