Class CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty
Contains configurations for a prompt from Prompt management to use in a node.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty : CfnFlowVersionPropsMixin.IPromptFlowNodeResourceConfigurationProperty
Syntax (vb)
Public Class CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty Implements 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.Mixins.Preview.AWS.Bedrock.Mixins;
var promptFlowNodeResourceConfigurationProperty = new PromptFlowNodeResourceConfigurationProperty {
PromptArn = "promptArn"
};
Synopsis
Constructors
| PromptFlowNodeResourceConfigurationProperty() | Contains configurations for a prompt from Prompt management to use in a node. |
Properties
| PromptArn | The Amazon Resource Name (ARN) of the prompt from Prompt management. |
Constructors
PromptFlowNodeResourceConfigurationProperty()
Contains configurations for a prompt from Prompt management to use in a node.
public PromptFlowNodeResourceConfigurationProperty()
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.Mixins.Preview.AWS.Bedrock.Mixins;
var promptFlowNodeResourceConfigurationProperty = new PromptFlowNodeResourceConfigurationProperty {
PromptArn = "promptArn"
};
Properties
PromptArn
The Amazon Resource Name (ARN) of the prompt from Prompt management.
public string? PromptArn { get; set; }