CloudWatchLogsTraceConfig
Configuration for reading agent traces from CloudWatch Logs for recommendation analysis.
Contents
- endTime
-
The end time of the time range to read traces from.
Type: Timestamp
Required: Yes
- logGroupArns
-
The list of CloudWatch log group ARNs to read agent traces from.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Required: Yes
- serviceNames
-
The list of service names to filter traces within the specified log groups.
Type: Array of strings
Array Members: Fixed number of 1 item.
Pattern:
[a-zA-Z0-9._-]+Required: Yes
- startTime
-
The start time of the time range to read traces from.
Type: Timestamp
Required: Yes
- rule
-
Optional rule configuration for filtering traces.
Type: CloudWatchLogsRule object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: