interface PromptInputVariableProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_bedrock.CfnFlow.PromptInputVariableProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlow_PromptInputVariableProperty |
Java | software.amazon.awscdk.services.bedrock.CfnFlow.PromptInputVariableProperty |
Python | aws_cdk.aws_bedrock.CfnFlow.PromptInputVariableProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnFlow » PromptInputVariableProperty |
Contains information about a variable in the prompt.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const promptInputVariableProperty: bedrock.CfnFlow.PromptInputVariableProperty = {
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of the variable. |
name?
Type:
string
(optional)
The name of the variable.