interface CloudWatchOutputConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnOnlineEvaluationConfigPropsMixin.CloudWatchOutputConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnOnlineEvaluationConfigPropsMixin_CloudWatchOutputConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.CloudWatchOutputConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.CloudWatchOutputConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnOnlineEvaluationConfigPropsMixin » 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/cfn-property-mixins';
const cloudWatchOutputConfigProperty: bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.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