AWS::BedrockAgentCore::OnlineEvaluationConfig CloudWatchLogsInputConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::BedrockAgentCore::OnlineEvaluationConfig CloudWatchLogsInputConfig

The CloudWatch logs configuration for reading agent traces from log groups.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "LogGroupNames" : [ String, ... ], "ServiceNames" : [ String, ... ] }

YAML

LogGroupNames: - String ServiceNames: - String

Properties

LogGroupNames

The list of CloudWatch log group names to monitor for agent traces.

Required: Yes

Type: Array of String

Minimum: 1 | 1

Maximum: 512 | 5

Update requires: No interruption

ServiceNames

The list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.

Required: Yes

Type: Array of String

Minimum: 1 | 1

Maximum: 256 | 1

Update requires: No interruption