Class: Aws::CloudWatchLogs::Types::Import

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeInteger

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

Returns:

  • (Integer)


4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4398

class Import < Struct.new(
  :import_id,
  :import_source_arn,
  :import_status,
  :import_destination_arn,
  :import_statistics,
  :import_filter,
  :creation_time,
  :last_updated_time,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Error message related to any failed imports

Returns:

  • (String)


4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4398

class Import < Struct.new(
  :import_id,
  :import_source_arn,
  :import_status,
  :import_destination_arn,
  :import_statistics,
  :import_filter,
  :creation_time,
  :last_updated_time,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#import_destination_arnString

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

Returns:

  • (String)


4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4398

class Import < Struct.new(
  :import_id,
  :import_source_arn,
  :import_status,
  :import_destination_arn,
  :import_statistics,
  :import_filter,
  :creation_time,
  :last_updated_time,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#import_filterTypes::ImportFilter

The filter criteria used for this import task.

Returns:



4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4398

class Import < Struct.new(
  :import_id,
  :import_source_arn,
  :import_status,
  :import_destination_arn,
  :import_statistics,
  :import_filter,
  :creation_time,
  :last_updated_time,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#import_idString

The unique identifier of the import task.

Returns:

  • (String)


4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4398

class Import < Struct.new(
  :import_id,
  :import_source_arn,
  :import_status,
  :import_destination_arn,
  :import_statistics,
  :import_filter,
  :creation_time,
  :last_updated_time,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#import_source_arnString

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

Returns:

  • (String)


4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4398

class Import < Struct.new(
  :import_id,
  :import_source_arn,
  :import_status,
  :import_destination_arn,
  :import_statistics,
  :import_filter,
  :creation_time,
  :last_updated_time,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#import_statisticsTypes::ImportStatistics

Statistics about the import progress



4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4398

class Import < Struct.new(
  :import_id,
  :import_source_arn,
  :import_status,
  :import_destination_arn,
  :import_statistics,
  :import_filter,
  :creation_time,
  :last_updated_time,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#import_statusString

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

Returns:

  • (String)


4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4398

class Import < Struct.new(
  :import_id,
  :import_source_arn,
  :import_status,
  :import_destination_arn,
  :import_statistics,
  :import_filter,
  :creation_time,
  :last_updated_time,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeInteger

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

Returns:

  • (Integer)


4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4398

class Import < Struct.new(
  :import_id,
  :import_source_arn,
  :import_status,
  :import_destination_arn,
  :import_statistics,
  :import_filter,
  :creation_time,
  :last_updated_time,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end