Interface CfnFlowVersionPropsMixin.IPromptFlowNodeResourceConfigurationProperty
Contains configurations for a prompt from Prompt management to use in a node.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFlowVersionPropsMixin.IPromptFlowNodeResourceConfigurationProperty
Syntax (vb)
Public Interface CfnFlowVersionPropsMixin.IPromptFlowNodeResourceConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Bedrock;
var promptFlowNodeResourceConfigurationProperty = new PromptFlowNodeResourceConfigurationProperty {
PromptArn = "promptArn"
};
Synopsis
Properties
| PromptArn | The Amazon Resource Name (ARN) of the prompt from Prompt management. |
Properties
PromptArn
The Amazon Resource Name (ARN) of the prompt from Prompt management.
string? PromptArn { get; }