Class: Aws::CloudTrail::Types::StartImportRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationsArray<String>

The ARN of the destination event data store. Use this parameter for a new import.



5161
5162
5163
5164
5165
5166
5167
5168
5169
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5161

class StartImportRequest < Struct.new(
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_id)
  SENSITIVE = []
  include Aws::Structure
end

#end_event_timeTime

Use with StartEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period. When you specify a time range, CloudTrail checks the prefix and log file names to verify the names contain a date between the specified StartEventTime and EndEventTime before attempting to import events.



5161
5162
5163
5164
5165
5166
5167
5168
5169
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5161

class StartImportRequest < Struct.new(
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_id)
  SENSITIVE = []
  include Aws::Structure
end

#import_idString

The ID of the import. Use this parameter when you are retrying an import.



5161
5162
5163
5164
5165
5166
5167
5168
5169
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5161

class StartImportRequest < Struct.new(
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_id)
  SENSITIVE = []
  include Aws::Structure
end

#import_sourceTypes::ImportSource

The source S3 bucket for the import. Use this parameter for a new import.



5161
5162
5163
5164
5165
5166
5167
5168
5169
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5161

class StartImportRequest < Struct.new(
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_id)
  SENSITIVE = []
  include Aws::Structure
end

#start_event_timeTime

Use with EndEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period. When you specify a time range, CloudTrail checks the prefix and log file names to verify the names contain a date between the specified StartEventTime and EndEventTime before attempting to import events.



5161
5162
5163
5164
5165
5166
5167
5168
5169
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5161

class StartImportRequest < Struct.new(
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_id)
  SENSITIVE = []
  include Aws::Structure
end