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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssociation.MCPServerSigV4ConfigurationPropertystatic final classAn implementation forCfnAssociation.MCPServerSigV4ConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTools
List of MCP tools available for the association.- See Also:
-
builder
-