Interface CfnRegistryRecord.McpToolsDescriptorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRegistryRecord.McpToolsDescriptorProperty.Jsii$Proxy
- Enclosing class:
CfnRegistryRecord
@Stability(Stable)
public static interface CfnRegistryRecord.McpToolsDescriptorProperty
extends software.amazon.jsii.JsiiSerializable
The MCP tools 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.services.agentregistry.*;
McpToolsDescriptorProperty mcpToolsDescriptorProperty = McpToolsDescriptorProperty.builder()
.data("data")
.dataSchemaVersion("dataSchemaVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRegistryRecord.McpToolsDescriptorPropertystatic final classAn implementation forCfnRegistryRecord.McpToolsDescriptorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getData
Descriptor payload data.- See Also:
-
getDataSchemaVersion
Version of the tools descriptor schema.- See Also:
-
builder
-