interface CloudWatchOutputConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnOnlineEvaluationConfig.CloudWatchOutputConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnOnlineEvaluationConfig_CloudWatchOutputConfigProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnOnlineEvaluationConfig.CloudWatchOutputConfigProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnOnlineEvaluationConfig.CloudWatchOutputConfigProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnOnlineEvaluationConfig » CloudWatchOutputConfigProperty |
The CloudWatch configuration for writing evaluation results.
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 cloudWatchOutputConfigProperty: bedrockagentcore.CfnOnlineEvaluationConfig.CloudWatchOutputConfigProperty = {
logGroupName: 'logGroupName',
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string | The CloudWatch log group name for evaluation results. |
logGroupName?
Type:
string
(optional)
The CloudWatch log group name for evaluation results.

.NET
Go
Java
Python
TypeScript