Class: Aws::OAM::Types::LinkConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb

Overview

Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_configurationTypes::LogGroupConfiguration

Use this structure to filter which log groups are to send log events from the source account to the monitoring account.



432
433
434
435
436
437
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 432

class LinkConfiguration < Struct.new(
  :log_group_configuration,
  :metric_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#metric_configurationTypes::MetricConfiguration

Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.



432
433
434
435
436
437
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 432

class LinkConfiguration < Struct.new(
  :log_group_configuration,
  :metric_configuration)
  SENSITIVE = []
  include Aws::Structure
end