AWSCloudTrailStatus
No description
type AWSCloudTrailStatus {
isLogging: Boolean!
latestCloudWatchLogsDeliveryError: String!
latestCloudWatchLogsDeliveredAt: DateTime
latestDeliveryError: String!
latestDeliveredAt: DateTime
latestDigestDeliveryError: String!
latestDigestDeliveredAt: DateTime
latestNotificationError: String!
latestNotificationAt: DateTime
startLoggingAt: DateTime
stopLoggingAt: DateTime
}
Fields
AWSCloudTrailStatus.isLogging
● Boolean!
non-null scalar
Indicates whether the CloudTrail trail is currently logging Amazon Web Services API calls
AWSCloudTrailStatus.latestCloudWatchLogsDeliveryError
● String!
non-null scalar
Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs
AWSCloudTrailStatus.latestCloudWatchLogsDeliveredAt
● DateTime
scalar
Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs
AWSCloudTrailStatus.latestDeliveryError
● String!
non-null scalar
Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket
AWSCloudTrailStatus.latestDeliveredAt
● DateTime
scalar
The date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket
AWSCloudTrailStatus.latestDigestDeliveryError
● String!
non-null scalar
Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket
AWSCloudTrailStatus.latestDigestDeliveredAt
● DateTime
scalar
The date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket
AWSCloudTrailStatus.latestNotificationError
● String!
non-null scalar
Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification
AWSCloudTrailStatus.latestNotificationAt
● DateTime
scalar
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
AWSCloudTrailStatus.startLoggingAt
● DateTime
scalar
The most recent date and time when CloudTrail started recording API calls for an Amazon Web Services account
AWSCloudTrailStatus.stopLoggingAt
● DateTime
scalar
The most recent date and time when CloudTrail stopped recording API calls for an Amazon Web Services account
Member of
AWSCloudTrailTrail
object