AWS::BedrockAgentCore::OnlineEvaluationConfig CloudWatchLogsInputConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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