interface ToolOverrideConstantInputValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Wisdom.CfnAIAgent.ToolOverrideConstantInputValueProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIAgent_ToolOverrideConstantInputValueProperty |
Java | software.amazon.awscdk.services.wisdom.CfnAIAgent.ToolOverrideConstantInputValueProperty |
Python | aws_cdk.aws_wisdom.CfnAIAgent.ToolOverrideConstantInputValueProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnAIAgent » ToolOverrideConstantInputValueProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const toolOverrideConstantInputValueProperty: wisdom.CfnAIAgent.ToolOverrideConstantInputValueProperty = {
type: 'type',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| value | string |
type
Type:
string
value
Type:
string

.NET
Go
Java
Python
TypeScript