Class: Aws::CloudWatchLogs::Types::CreateImportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CreateImportTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_filter ⇒ Types::ImportFilter
Optional filters to constrain the import by CloudTrail event time.
-
#import_role_arn ⇒ String
The ARN of the IAM role that grants CloudWatch Logs permission to import from the CloudTrail Lake Event Data Store.
-
#import_source_arn ⇒ String
The ARN of the source to import from.
Instance Attribute Details
#import_filter ⇒ Types::ImportFilter
Optional filters to constrain the import by CloudTrail event time. Times are specified in Unix timestamp milliseconds. The range of data being imported must be within the specified source’s retention period.
904 905 906 907 908 909 910 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 904 class CreateImportTaskRequest < Struct.new( :import_source_arn, :import_role_arn, :import_filter) SENSITIVE = [] include Aws::Structure end |
#import_role_arn ⇒ String
The ARN of the IAM role that grants CloudWatch Logs permission to import from the CloudTrail Lake Event Data Store.
904 905 906 907 908 909 910 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 904 class CreateImportTaskRequest < Struct.new( :import_source_arn, :import_role_arn, :import_filter) SENSITIVE = [] include Aws::Structure end |
#import_source_arn ⇒ String
The ARN of the source to import from.
904 905 906 907 908 909 910 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 904 class CreateImportTaskRequest < Struct.new( :import_source_arn, :import_role_arn, :import_filter) SENSITIVE = [] include Aws::Structure end |