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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtrail/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.

Returns:

  • (Array<String>)


4802
4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4802

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.

Returns:

  • (Time)


4802
4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4802

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.

Returns:

  • (String)


4802
4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4802

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.

Returns:



4802
4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4802

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.

Returns:

  • (Time)


4802
4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4802

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