Class: Aws::OAM::Types::LinkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::LinkConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#log_group_configuration ⇒ Types::LogGroupConfiguration
Use this structure to filter which log groups are to send log events from the source account to the monitoring account.
-
#metric_configuration ⇒ Types::MetricConfiguration
Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
Instance Attribute Details
#log_group_configuration ⇒ Types::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 'lib/aws-sdk-oam/types.rb', line 432 class LinkConfiguration < Struct.new( :log_group_configuration, :metric_configuration) SENSITIVE = [] include Aws::Structure end |
#metric_configuration ⇒ Types::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 'lib/aws-sdk-oam/types.rb', line 432 class LinkConfiguration < Struct.new( :log_group_configuration, :metric_configuration) SENSITIVE = [] include Aws::Structure end |