redshift_disable_logging: Stops logging information, such as queries and connection attempts, for
the specified Amazon Redshift cluster
Description
Stops logging information, such as queries and connection attempts, for
the specified Amazon Redshift cluster.
Usage
redshift_disable_logging(ClusterIdentifier)
Arguments
ClusterIdentifier
[required] The identifier of the cluster on which logging is to be stopped.
Example: examplecluster
Request syntax
svc$disable_logging(
ClusterIdentifier = "string"
)