Interface CfnPromptVersion.PromptAgentResourceProperty

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

@Stability(Stable) public static interface CfnPromptVersion.PromptAgentResourceProperty extends software.amazon.jsii.JsiiSerializable
Contains specifications for an Amazon Bedrock agent with which to use the prompt.

For more information, see Create a prompt using Prompt management and Automate tasks in your application using conversational agents .

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.*;
 PromptAgentResourceProperty promptAgentResourceProperty = PromptAgentResourceProperty.builder()
         .agentIdentifier("agentIdentifier")
         .build();
 

See Also: