Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
redshift_disable_logging(ClusterIdentifier)
[required] The identifier of the cluster on which logging is to be stopped.
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$disable_logging( ClusterIdentifier = "string" )