DescribeLoggingStatus
Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- ClusterIdentifier
-
The identifier of the cluster from which to get the logging status.
Example:
exampleclusterType: String
Required: Yes
Response Elements
The following elements are returned by the service.
- BucketName
-
The name of the S3 bucket where the log files are stored.
Type: String
- LastFailureMessage
-
The message indicating that logs failed to be delivered.
Type: String
- LastFailureTime
-
The last time when logs failed to be delivered.
Type: Timestamp
- LastSuccessfulDeliveryTime
-
The last time that logs were delivered.
Type: Timestamp
- LoggingEnabled
-
trueif logging is on,falseif logging is off.Type: Boolean
- S3KeyPrefix
-
The prefix applied to the log file names.
Type: String
Errors
For information about the errors that are common to all actions, see Common Errors.
- ClusterNotFound
-
The
ClusterIdentifierparameter does not refer to an existing cluster.HTTP Status Code: 404
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:



