class Amazonite::CloudWatchLogs::UpdateScheduledQueryRequest

Included Modules

Defined in:

cloudwatch_logs/update_scheduled_query_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(identifier : String, query_language : QueryLanguage, query_string : String, schedule_expression : String, execution_role_arn : String, description : String | Nil = nil, log_group_identifiers : Array(String) | Nil = nil, timezone : String | Nil = nil, start_time_offset : Int64 | Nil = nil, end_time_offset : Int64 | Nil = nil, destination_configuration : DestinationConfiguration | Nil = nil, schedule_start_time : Int64 | Nil = nil, schedule_end_time : Int64 | Nil = nil, state : ScheduledQueryState | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def description : String | Nil #

An updated description for the scheduled query.


[View source]
def description=(description : String | Nil) #

An updated description for the scheduled query.


[View source]
def destination_configuration : DestinationConfiguration | Nil #

The updated configuration for where to deliver query results.


[View source]
def destination_configuration=(destination_configuration : DestinationConfiguration | Nil) #

The updated configuration for where to deliver query results.


[View source]
def end_time_offset : Int64 | Nil #

The updated time offset in seconds that defines the end of the lookback period for the query.


[View source]
def end_time_offset=(end_time_offset : Int64 | Nil) #

The updated time offset in seconds that defines the end of the lookback period for the query.


[View source]
def execution_role_arn : String #

The updated ARN of the IAM role that grants permissions to execute the query and deliver results.


[View source]
def execution_role_arn=(execution_role_arn : String) #

The updated ARN of the IAM role that grants permissions to execute the query and deliver results.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def identifier : String #

The ARN or name of the scheduled query to update.


[View source]
def identifier=(identifier : String) #

The ARN or name of the scheduled query to update.


[View source]
def log_group_identifiers : Array(String) | Nil #

The updated array of log group names or ARNs to query.


[View source]
def log_group_identifiers=(log_group_identifiers : Array(String) | Nil) #

The updated array of log group names or ARNs to query.


[View source]
def query_language : QueryLanguage #

The updated query language for the scheduled query.


[View source]
def query_language=(query_language : QueryLanguage) #

The updated query language for the scheduled query.


[View source]
def query_string : String #

The updated query string to execute.


[View source]
def query_string=(query_string : String) #

The updated query string to execute.


[View source]
def schedule_end_time : Int64 | Nil #

The updated end time for the scheduled query in Unix epoch format.


[View source]
def schedule_end_time=(schedule_end_time : Int64 | Nil) #

The updated end time for the scheduled query in Unix epoch format.


[View source]
def schedule_expression : String #

The updated cron expression that defines when the scheduled query runs.


[View source]
def schedule_expression=(schedule_expression : String) #

The updated cron expression that defines when the scheduled query runs.


[View source]
def schedule_start_time : Int64 | Nil #

The updated start time for the scheduled query in Unix epoch format.


[View source]
def schedule_start_time=(schedule_start_time : Int64 | Nil) #

The updated start time for the scheduled query in Unix epoch format.


[View source]
def start_time_offset : Int64 | Nil #

The updated time offset in seconds that defines the lookback period for the query.


[View source]
def start_time_offset=(start_time_offset : Int64 | Nil) #

The updated time offset in seconds that defines the lookback period for the query.


[View source]
def state : ScheduledQueryState | Nil #

The updated state of the scheduled query.


[View source]
def state=(state : ScheduledQueryState | Nil) #

The updated state of the scheduled query.


[View source]
def timezone : String | Nil #

The updated timezone for evaluating the schedule expression.


[View source]
def timezone=(timezone : String | Nil) #

The updated timezone for evaluating the schedule expression.


[View source]
def validate! : Nil #

[View source]