Show / Hide Table of Contents

Class CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty

Contains configurations for a prompt from Prompt management to use in a node.

Inheritance
object
CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty
Implements
CfnFlowVersionPropsMixin.IPromptFlowNodeResourceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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

string

Remarks

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

Implements

CfnFlowVersionPropsMixin.IPromptFlowNodeResourceConfigurationProperty
Back to top Generated by DocFX