Class: Aws::BedrockAgentCoreControl::Types::CloudWatchLogsInputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CloudWatchLogsInputConfig
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration for reading agent traces from CloudWatch logs as input for online evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_names ⇒ Array<String>
The list of CloudWatch log group names to monitor for agent traces.
-
#service_names ⇒ Array<String>
The list of service names to filter traces within the specified log groups.
Instance Attribute Details
#log_group_names ⇒ Array<String>
The list of CloudWatch log group names to monitor for agent traces.
677 678 679 680 681 682 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 677 class CloudWatchLogsInputConfig < Struct.new( :log_group_names, :service_names) SENSITIVE = [] include Aws::Structure end |
#service_names ⇒ Array<String>
The list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.
677 678 679 680 681 682 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 677 class CloudWatchLogsInputConfig < Struct.new( :log_group_names, :service_names) SENSITIVE = [] include Aws::Structure end |