Class: Aws::ObservabilityAdmin::Types::SourceLogsConfiguration

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

Overview

Configuration for selecting and handling source log groups for centralization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encrypted_log_group_strategyString

A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK). ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.

Returns:

  • (String)


1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1011

class SourceLogsConfiguration < Struct.new(
  :log_group_selection_criteria,
  :encrypted_log_group_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_selection_criteriaString

The selection criteria that specifies which source log groups to centralize. The selection criteria uses the same format as OAM link filters.

Returns:

  • (String)


1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1011

class SourceLogsConfiguration < Struct.new(
  :log_group_selection_criteria,
  :encrypted_log_group_strategy)
  SENSITIVE = []
  include Aws::Structure
end