interface PromptInputVariableProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnPromptVersion.PromptInputVariableProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnPromptVersion_PromptInputVariableProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnPromptVersion.PromptInputVariableProperty |
![]() | aws_cdk.aws_bedrock.CfnPromptVersion.PromptInputVariableProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnPromptVersion » 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.CfnPromptVersion.PromptInputVariableProperty = {
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of the variable. |
name?
Type:
string
(optional)
The name of the variable.