Class: Aws::CloudWatchLogs::Types::CreateScheduledQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CreateScheduledQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description for the scheduled query to help identify its purpose and functionality.
-
#destination_configuration ⇒ Types::DestinationConfiguration
Configuration for where to deliver query results.
-
#execution_role_arn ⇒ String
The ARN of the IAM role that grants permissions to execute the query and deliver results to the specified destination.
-
#log_group_identifiers ⇒ Array<String>
An array of log group names or ARNs to query.
-
#name ⇒ String
The name of the scheduled query.
-
#query_language ⇒ String
The query language to use for the scheduled query.
-
#query_string ⇒ String
The query string to execute.
-
#schedule_end_time ⇒ Integer
The end time for the scheduled query in Unix epoch format.
-
#schedule_expression ⇒ String
A cron expression that defines when the scheduled query runs.
-
#schedule_start_time ⇒ Integer
The start time for the scheduled query in Unix epoch format.
-
#start_time_offset ⇒ Integer
The time offset in seconds that defines the lookback period for the query.
-
#state ⇒ String
The initial state of the scheduled query.
-
#tags ⇒ Hash<String,String>
Key-value pairs to associate with the scheduled query for resource management and cost allocation.
-
#timezone ⇒ String
The timezone for evaluating the schedule expression.
Instance Attribute Details
#description ⇒ String
An optional description for the scheduled query to help identify its purpose and functionality.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#destination_configuration ⇒ Types::DestinationConfiguration
Configuration for where to deliver query results. Currently supports Amazon S3 destinations for storing query output.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The ARN of the IAM role that grants permissions to execute the query and deliver results to the specified destination. The role must have permissions to read from the specified log groups and write to the destination.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#log_group_identifiers ⇒ Array<String>
An array of log group names or ARNs to query. You can specify between 1 and 50 log groups. Log groups can be identified by name or full ARN.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the scheduled query. The name must be unique within your account and region. Valid characters are alphanumeric characters, hyphens, underscores, and periods. Length must be between 1 and 255 characters.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#query_language ⇒ String
The query language to use for the scheduled query. Valid values are LogsQL, PPL, and SQL.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The query string to execute. This is the same query syntax used in CloudWatch Logs Insights. Maximum length is 10,000 characters.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#schedule_end_time ⇒ Integer
The end time for the scheduled query in Unix epoch format. The query will stop executing after this time.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#schedule_expression ⇒ String
A cron expression that defines when the scheduled query runs. The expression uses standard cron syntax and supports minute-level precision. Maximum length is 256 characters.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#schedule_start_time ⇒ Integer
The start time for the scheduled query in Unix epoch format. The query will not execute before this time.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#start_time_offset ⇒ Integer
The time offset in seconds that defines the lookback period for the query. This determines how far back in time the query searches from the execution time.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The initial state of the scheduled query. Valid values are ENABLED and DISABLED. Default is ENABLED.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs to associate with the scheduled query for resource management and cost allocation.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The timezone for evaluating the schedule expression. This determines when the scheduled query executes relative to the specified timezone.
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1202 class CreateScheduledQueryRequest < Struct.new( :name, :description, :query_language, :query_string, :log_group_identifiers, :schedule_expression, :timezone, :start_time_offset, :destination_configuration, :schedule_start_time, :schedule_end_time, :execution_role_arn, :state, :tags) SENSITIVE = [] include Aws::Structure end |