Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-promptflownoderesourceconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-promptflownoderesourceconfiguration.html#cfn-bedrock-flowversion-promptflownoderesourceconfiguration-promptarn

Back to top Generated by DocFX