Interface CfnDataSource.ParsingPromptProperty

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

@Stability(Stable) public static interface CfnDataSource.ParsingPromptProperty extends software.amazon.jsii.JsiiSerializable
Instructions for interpreting the contents of a document.

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.*;
 ParsingPromptProperty parsingPromptProperty = ParsingPromptProperty.builder()
         .parsingPromptText("parsingPromptText")
         .build();
 

See Also: