interface OutputConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnOnlineEvaluationConfig.OutputConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnOnlineEvaluationConfig_OutputConfigProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnOnlineEvaluationConfig.OutputConfigProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnOnlineEvaluationConfig.OutputConfigProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnOnlineEvaluationConfig » OutputConfigProperty |
The configuration that specifies where evaluation results should be written.
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-lib';
const outputConfigProperty: bedrockagentcore.CfnOnlineEvaluationConfig.OutputConfigProperty = {
cloudWatchConfig: {
logGroupName: 'logGroupName',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | IResolvable | Cloud | The CloudWatch configuration for writing evaluation results. |
cloudWatchConfig?
Type:
IResolvable | Cloud
(optional)
The CloudWatch configuration for writing evaluation results.

.NET
Go
Java
Python
TypeScript