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.
929 930 931 932 933 934 935 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 929 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.
929 930 931 932 933 934 935 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 929 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.
929 930 931 932 933 934 935 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 929 class CreateImportTaskRequest < Struct.new( :import_source_arn, :import_role_arn, :import_filter) SENSITIVE = [] include Aws::Structure end |