Class CreateImportTaskRequest

    • Method Detail

      • importSourceArn

        public final String importSourceArn()

        The ARN of the source to import from.

        Returns:
        The ARN of the source to import from.
      • importRoleArn

        public final String importRoleArn()

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

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

        public final ImportFilter 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object