class
Amazonite::CloudWatchLogs::Import
- Amazonite::CloudWatchLogs::Import
- Reference
- Object
Overview
An import job to move data from CloudTrail Event Data Store to CloudWatch.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/import.crConstructors
- .new(pull : JSON::PullParser)
- .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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#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.
-
#error_message : String | Nil
Error message related to any failed imports
-
#error_message=(error_message : String | Nil)
Error message related to any failed imports
-
#hash(hasher)
See
Object#hash(hasher) -
#import_destination_arn : String | Nil
The ARN of the managed CloudWatch Logs log group where the events are being imported to.
-
#import_destination_arn=(import_destination_arn : String | Nil)
The ARN of the managed CloudWatch Logs log group where the events are being imported to.
-
#import_filter : ImportFilter | Nil
The filter criteria used for this import task.
-
#import_filter=(import_filter : ImportFilter | Nil)
The filter criteria used for this import task.
-
#import_id : String | Nil
The unique identifier of the import task.
-
#import_id=(import_id : String | Nil)
The unique identifier of the import task.
-
#import_source_arn : String | Nil
The ARN of the CloudTrail Lake Event Data Store being imported from.
-
#import_source_arn=(import_source_arn : String | Nil)
The ARN of the CloudTrail Lake Event Data Store being imported from.
-
#import_statistics : ImportStatistics | Nil
Statistics about the import progress
-
#import_statistics=(import_statistics : ImportStatistics | Nil)
Statistics about the import progress
-
#import_status : ImportStatus | Nil
The current status of the import task.
-
#import_status=(import_status : ImportStatus | Nil)
The current status of the import task.
-
#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.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The ARN of the managed CloudWatch Logs log group where the events are being imported to.
The ARN of the managed CloudWatch Logs log group where the events are being imported to.
The filter criteria used for this import task.
The ARN of the CloudTrail Lake Event Data Store being imported from.
The ARN of the CloudTrail Lake Event Data Store being imported from.
Statistics about the import progress
The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.