Show / Hide Table of Contents

Interface CfnPrompt.IPromptInputVariableProperty

Contains information about a variable in the prompt.

Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPrompt.IPromptInputVariableProperty
Syntax (vb)
Public Interface CfnPrompt.IPromptInputVariableProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-prompt-promptinputvariable.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.AWS.Bedrock;

             var promptInputVariableProperty = new PromptInputVariableProperty {
                 Name = "name"
             };

Synopsis

Properties

Name

The name of the variable.

Properties

Name

The name of the variable.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-prompt-promptinputvariable.html#cfn-bedrock-prompt-promptinputvariable-name

Back to top Generated by DocFX