Class: Aws::CloudWatchLogs::Types::FieldIndex
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::FieldIndex
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This structure describes one log event field that is used as an index in at least one index policy in this account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_index_name ⇒ String
The string that this field index matches.
-
#first_event_time ⇒ Integer
The time and date of the earliest log event that matches this field index, after the index policy that contains it was created.
-
#last_event_time ⇒ Integer
The time and date of the most recent log event that matches this field index.
-
#last_scan_time ⇒ Integer
The most recent time that CloudWatch Logs scanned ingested log events to search for this field index to improve the speed of future CloudWatch Logs Insights queries that search for this field index.
-
#log_group_identifier ⇒ String
If this field index appears in an index policy that applies only to a single log group, the ARN of that log group is displayed here.
Instance Attribute Details
#field_index_name ⇒ String
The string that this field index matches.
2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2713 class FieldIndex < Struct.new( :log_group_identifier, :field_index_name, :last_scan_time, :first_event_time, :last_event_time) SENSITIVE = [] include Aws::Structure end |
#first_event_time ⇒ Integer
The time and date of the earliest log event that matches this field index, after the index policy that contains it was created.
2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2713 class FieldIndex < Struct.new( :log_group_identifier, :field_index_name, :last_scan_time, :first_event_time, :last_event_time) SENSITIVE = [] include Aws::Structure end |
#last_event_time ⇒ Integer
The time and date of the most recent log event that matches this field index.
2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2713 class FieldIndex < Struct.new( :log_group_identifier, :field_index_name, :last_scan_time, :first_event_time, :last_event_time) SENSITIVE = [] include Aws::Structure end |
#last_scan_time ⇒ Integer
The most recent time that CloudWatch Logs scanned ingested log events to search for this field index to improve the speed of future CloudWatch Logs Insights queries that search for this field index.
2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2713 class FieldIndex < Struct.new( :log_group_identifier, :field_index_name, :last_scan_time, :first_event_time, :last_event_time) SENSITIVE = [] include Aws::Structure end |
#log_group_identifier ⇒ String
If this field index appears in an index policy that applies only to a single log group, the ARN of that log group is displayed here.
2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2713 class FieldIndex < Struct.new( :log_group_identifier, :field_index_name, :last_scan_time, :first_event_time, :last_event_time) SENSITIVE = [] include Aws::Structure end |