interface PromptFlowNodeResourceConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bedrock.CfnFlowVersion.PromptFlowNodeResourceConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlowVersion_PromptFlowNodeResourceConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnFlowVersion.PromptFlowNodeResourceConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnFlowVersion.PromptFlowNodeResourceConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnFlowVersion » PromptFlowNodeResourceConfigurationProperty |
Contains configurations for a prompt from Prompt management to use in a node.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const promptFlowNodeResourceConfigurationProperty: bedrock.CfnFlowVersion.PromptFlowNodeResourceConfigurationProperty = {
promptArn: 'promptArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| prompt | string | The Amazon Resource Name (ARN) of the prompt from Prompt management. |
promptArn
Type:
string
The Amazon Resource Name (ARN) of the prompt from Prompt management.

.NET
Go
Java
Python
TypeScript