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