Interface CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.Jsii$Proxy
- Enclosing class:
CfnRegistryRecordPropsMixin
@Stability(Stable)
public static interface CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty
extends software.amazon.jsii.JsiiSerializable
Additional data associated with an MCP server descriptor.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.agentregistry.*;
McpServerAdditionalDataProperty mcpServerAdditionalDataProperty = McpServerAdditionalDataProperty.builder()
.tools(McpToolsDescriptorProperty.builder()
.data("data")
.dataSchemaVersion("dataSchemaVersion")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTools
The MCP tools descriptor.Returns union: either
IResolvableorCfnRegistryRecordPropsMixin.McpToolsDescriptorProperty- See Also:
-
builder
@Stability(Stable) static CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.Builder builder()
-