class
Amazonite::CloudWatchLogs::CreateImportTaskRequest
- Amazonite::CloudWatchLogs::CreateImportTaskRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/create_import_task_request.crConstructors
- .new(import_source_arn : String, import_role_arn : String, import_filter : ImportFilter | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#import_filter : ImportFilter | Nil
Optional filters to constrain the import by CloudTrail event time.
-
#import_filter=(import_filter : ImportFilter | Nil)
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_role_arn=(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.
-
#import_source_arn=(import_source_arn : String)
The ARN of the source to import from.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The ARN of the IAM role that grants CloudWatch Logs permission to import from the CloudTrail Lake Event Data Store.
The ARN of the IAM role that grants CloudWatch Logs permission to import from the CloudTrail Lake Event Data Store.