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:- StringServiceNames:- String
Properties
LogGroupNames-
The list of CloudWatch log group names to monitor for agent traces.
Required: Yes
Type: Array of String
Minimum:
1 | 1Maximum:
512 | 5Update 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 | 1Maximum:
256 | 1Update requires: No interruption