class Amazonite::CloudWatchLogs::CreateImportTaskRequest

Included Modules

Defined in:

cloudwatch_logs/create_import_task_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(import_source_arn : String, import_role_arn : String, import_filter : ImportFilter | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def import_filter : ImportFilter | Nil #

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.


[View source]
def import_filter=(import_filter : ImportFilter | Nil) #

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.


[View source]
def import_role_arn : String #

The ARN of the IAM role that grants CloudWatch Logs permission to import from the CloudTrail Lake Event Data Store.


[View source]
def 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.


[View source]
def import_source_arn : String #

The ARN of the source to import from.


[View source]
def import_source_arn=(import_source_arn : String) #

The ARN of the source to import from.


[View source]
def validate! : Nil #

[View source]