interface PromptFlowNodeResourceConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnFlowVersionPropsMixin_PromptFlowNodeResourceConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnFlowVersionPropsMixin » 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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const promptFlowNodeResourceConfigurationProperty: bedrock_mixins.CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty = {
promptArn: 'promptArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| prompt | string | The Amazon Resource Name (ARN) of the prompt from Prompt management. |
promptArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the prompt from Prompt management.

.NET
Go
Java
Python
TypeScript