Class: Aws::ObservabilityAdmin::Types::SourceLogsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::SourceLogsConfiguration
- 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
-
#encrypted_log_group_strategy ⇒ String
A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK).
-
#log_group_selection_criteria ⇒ String
The selection criteria that specifies which source log groups to centralize.
Instance Attribute Details
#encrypted_log_group_strategy ⇒ String
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.
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_criteria ⇒ String
The selection criteria that specifies which source log groups to centralize. The selection criteria uses the same format as OAM link filters.
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 |