class Amazonite::CloudWatchLogs::Import

Overview

An import job to move data from CloudTrail Event Data Store to CloudWatch.

Included Modules

Defined in:

cloudwatch_logs/import.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(import_id : String | Nil = nil, import_source_arn : String | Nil = nil, import_status : ImportStatus | Nil = nil, import_destination_arn : String | Nil = nil, import_statistics : ImportStatistics | Nil = nil, import_filter : ImportFilter | Nil = nil, creation_time : Int64 | Nil = nil, last_updated_time : Int64 | Nil = nil, error_message : String | Nil = nil) #

[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 creation_time : Int64 | Nil #

The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


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

The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def error_message : String | Nil #

Error message related to any failed imports


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

Error message related to any failed imports


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

See Object#hash(hasher)


def import_destination_arn : String | Nil #

The ARN of the managed CloudWatch Logs log group where the events are being imported to.


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

The ARN of the managed CloudWatch Logs log group where the events are being imported to.


[View source]
def import_filter : ImportFilter | Nil #

The filter criteria used for this import task.


[View source]
def import_filter=(import_filter : ImportFilter | Nil) #

The filter criteria used for this import task.


[View source]
def import_id : String | Nil #

The unique identifier of the import task.


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

The unique identifier of the import task.


[View source]
def import_source_arn : String | Nil #

The ARN of the CloudTrail Lake Event Data Store being imported from.


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

The ARN of the CloudTrail Lake Event Data Store being imported from.


[View source]
def import_statistics : ImportStatistics | Nil #

Statistics about the import progress


[View source]
def import_statistics=(import_statistics : ImportStatistics | Nil) #

Statistics about the import progress


[View source]
def import_status : ImportStatus | Nil #

The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.


[View source]
def import_status=(import_status : ImportStatus | Nil) #

The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.


[View source]
def last_updated_time : Int64 | Nil #

The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


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

The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def validate! : Nil #

[View source]