interface ToolOutputFilterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnAIAgentPropsMixin.ToolOutputFilterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnAIAgentPropsMixin_ToolOutputFilterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIAgentPropsMixin.ToolOutputFilterProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnAIAgentPropsMixin.ToolOutputFilterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnAIAgentPropsMixin » ToolOutputFilterProperty |
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/cfn-property-mixins';
const toolOutputFilterProperty: wisdom.CfnAIAgentPropsMixin.ToolOutputFilterProperty = {
jsonPath: 'jsonPath',
outputConfiguration: {
outputVariableNameOverride: 'outputVariableNameOverride',
sessionDataNamespace: 'sessionDataNamespace',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| json | string | |
| output | IResolvable | Tool |
jsonPath?
Type:
string
(optional)
outputConfiguration?
Type:
IResolvable | Tool
(optional)

.NET
Go
Java
Python
TypeScript