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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPromptVersion.PromptAgentResourceProperty
static final class
An implementation forCfnPromptVersion.PromptAgentResourceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentIdentifier
The ARN of the agent with which to use the prompt.- See Also:
-
builder
-