interface InsightProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnOnlineEvaluationConfigPropsMixin.InsightProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnOnlineEvaluationConfigPropsMixin_InsightProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.InsightProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.InsightProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnOnlineEvaluationConfigPropsMixin » InsightProperty |
An insight configuration for failure analysis.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const insightProperty: bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.InsightProperty = {
insightId: 'insightId',
};
Properties
| Name | Type | Description |
|---|---|---|
| insight | string | The unique identifier of the insight. |
insightId?
Type:
string
(optional)
The unique identifier of the insight.

.NET
Go
Java
Python
TypeScript