Interface CfnPrompt.ToolInputSchemaProperty

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

@Stability(Stable) public static interface CfnPrompt.ToolInputSchemaProperty extends software.amazon.jsii.JsiiSerializable
The schema for the tool.

The top level schema type must be object .

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.bedrock.*;
 Object json;
 ToolInputSchemaProperty toolInputSchemaProperty = ToolInputSchemaProperty.builder()
         .json(json)
         .build();
 

See Also: