Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.
redshift_describe_logging_status(ClusterIdentifier)
[required] The identifier of the cluster from which to get the logging status.
Example: examplecluster
A list with the following syntax:
list( LoggingEnabled = TRUE|FALSE, BucketName = "string", S3KeyPrefix = "string", LastSuccessfulDeliveryTime = as.POSIXct( "2015-01-01" ), LastFailureTime = as.POSIXct( "2015-01-01" ), LastFailureMessage = "string" )
svc$describe_logging_status( ClusterIdentifier = "string" )