Skip to main content

AWSRedshiftClusterLoggingStatus

No description

type AWSRedshiftClusterLoggingStatus {
s3KeyPrefix: String!
bucketName: String!
lastFailureMessage: String!
lastFailureDateTime: DateTime
lastSuccessfulDeliveryDateTime: DateTime
destinationType: AWSRedshiftClusterLogDestinationType!
exports: [AWSRedshiftClusterExportedLogType!]!
enabled: Boolean!
}

Fields

AWSRedshiftClusterLoggingStatus.s3KeyPrefix ● String! non-null scalar

The prefix applied to the log file names

AWSRedshiftClusterLoggingStatus.bucketName ● String! non-null scalar

The name of the S3 bucket where the log files are stored

AWSRedshiftClusterLoggingStatus.lastFailureMessage ● String! non-null scalar

The message indicating that logs failed to be delivered

AWSRedshiftClusterLoggingStatus.lastFailureDateTime ● DateTime scalar

The last time when logs failed to be delivered

AWSRedshiftClusterLoggingStatus.lastSuccessfulDeliveryDateTime ● DateTime scalar

The last time that logs were delivered

AWSRedshiftClusterLoggingStatus.destinationType ● AWSRedshiftClusterLogDestinationType! non-null enum

The log destination type. An enum with possible values of S3 and cloudwatch

AWSRedshiftClusterLoggingStatus.exports ● [AWSRedshiftClusterExportedLogType!]! non-null enum

The collection of exported log types.

AWSRedshiftClusterLoggingStatus.enabled ● Boolean! non-null scalar

The value is true if logging is on, false if logging is off

Member of

AWSRedshiftCluster object