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