Class CfnOnlineEvaluationConfigPropsMixin.DataSourceConfigProperty
The configuration that specifies where to read agent traces for online evaluation.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnOnlineEvaluationConfigPropsMixin.DataSourceConfigProperty : CfnOnlineEvaluationConfigPropsMixin.IDataSourceConfigProperty
Syntax (vb)
Public Class CfnOnlineEvaluationConfigPropsMixin.DataSourceConfigProperty Implements CfnOnlineEvaluationConfigPropsMixin.IDataSourceConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var dataSourceConfigProperty = new DataSourceConfigProperty {
CloudWatchLogs = new CloudWatchLogsInputConfigProperty {
LogGroupNames = new [] { "logGroupNames" },
ServiceNames = new [] { "serviceNames" }
}
};
Synopsis
Constructors
| DataSourceConfigProperty() | The configuration that specifies where to read agent traces for online evaluation. |
Properties
| CloudWatchLogs | The configuration for reading agent traces from CloudWatch logs. |
Constructors
DataSourceConfigProperty()
The configuration that specifies where to read agent traces for online evaluation.
public DataSourceConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var dataSourceConfigProperty = new DataSourceConfigProperty {
CloudWatchLogs = new CloudWatchLogsInputConfigProperty {
LogGroupNames = new [] { "logGroupNames" },
ServiceNames = new [] { "serviceNames" }
}
};
Properties
CloudWatchLogs
The configuration for reading agent traces from CloudWatch logs.
public object? CloudWatchLogs { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnOnlineEvaluationConfigPropsMixin.ICloudWatchLogsInputConfigProperty