Class: Aws::BedrockAgentCoreControl::Types::CloudWatchLogsInputConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#log_group_namesArray<String>

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

Returns:

  • (Array<String>)


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_namesArray<String>

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

Returns:

  • (Array<String>)


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