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.
911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 911 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.
911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 911 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.
911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 911 class CreateImportTaskRequest < Struct.new( :import_source_arn, :import_role_arn, :import_filter) SENSITIVE = [] include Aws::Structure end |