Class GetTrailStatusResponse

    • Method Detail

      • isLogging

        public final Boolean isLogging()

        Whether the CloudTrail trail is currently logging Amazon Web Services API calls.

        Returns:
        Whether the CloudTrail trail is currently logging Amazon Web Services API calls.
      • latestDeliveryError

        public final String latestDeliveryError()

        Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information, see Error Responses in the Amazon S3 API Reference.

        This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the bucket policy so that CloudTrail can write to the bucket; or create a new bucket and call UpdateTrail to specify the new bucket.

        Returns:
        Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information, see Error Responses in the Amazon S3 API Reference.

        This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the bucket policy so that CloudTrail can write to the bucket; or create a new bucket and call UpdateTrail to specify the new bucket.

      • latestNotificationError

        public final String latestNotificationError()

        Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

        Returns:
        Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.
      • latestDeliveryTime

        public final Instant latestDeliveryTime()

        Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

        Returns:
        Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.
      • latestNotificationTime

        public final Instant latestNotificationTime()

        Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

        Returns:
        Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.
      • startLoggingTime

        public final Instant startLoggingTime()

        Specifies the most recent date and time when CloudTrail started recording API calls for an Amazon Web Services account.

        Returns:
        Specifies the most recent date and time when CloudTrail started recording API calls for an Amazon Web Services account.
      • stopLoggingTime

        public final Instant stopLoggingTime()

        Specifies the most recent date and time when CloudTrail stopped recording API calls for an Amazon Web Services account.

        Returns:
        Specifies the most recent date and time when CloudTrail stopped recording API calls for an Amazon Web Services account.
      • latestCloudWatchLogsDeliveryError

        public final String latestCloudWatchLogsDeliveryError()

        Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

        Returns:
        Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.
      • latestCloudWatchLogsDeliveryTime

        public final Instant latestCloudWatchLogsDeliveryTime()

        Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

        Returns:
        Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.
      • latestDigestDeliveryTime

        public final Instant latestDigestDeliveryTime()

        Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

        Returns:
        Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.
      • latestDigestDeliveryError

        public final String latestDigestDeliveryError()

        Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information, see Error Responses in the Amazon S3 API Reference.

        This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the bucket policy so that CloudTrail can write to the bucket; or create a new bucket and call UpdateTrail to specify the new bucket.

        Returns:
        Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information, see Error Responses in the Amazon S3 API Reference.

        This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the bucket policy so that CloudTrail can write to the bucket; or create a new bucket and call UpdateTrail to specify the new bucket.

      • latestDeliveryAttemptTime

        public final String latestDeliveryAttemptTime()

        This field is no longer in use.

        Returns:
        This field is no longer in use.
      • latestNotificationAttemptTime

        public final String latestNotificationAttemptTime()

        This field is no longer in use.

        Returns:
        This field is no longer in use.
      • latestNotificationAttemptSucceeded

        public final String latestNotificationAttemptSucceeded()

        This field is no longer in use.

        Returns:
        This field is no longer in use.
      • latestDeliveryAttemptSucceeded

        public final String latestDeliveryAttemptSucceeded()

        This field is no longer in use.

        Returns:
        This field is no longer in use.
      • timeLoggingStarted

        public final String timeLoggingStarted()

        This field is no longer in use.

        Returns:
        This field is no longer in use.
      • timeLoggingStopped

        public final String timeLoggingStopped()

        This field is no longer in use.

        Returns:
        This field is no longer in use.
      • 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