redshift_describe_logging_status: Describes whether information, such as queries and connection attempts,
is being logged for the specified Amazon Redshift cluster
Description
Describes whether information, such as queries and connection attempts,
is being logged for the specified Amazon Redshift cluster.
Usage
redshift_describe_logging_status(ClusterIdentifier)
Arguments
ClusterIdentifier
[required] The identifier of the cluster from which to get the logging status.
Example: examplecluster
Request syntax
svc$describe_logging_status(
ClusterIdentifier = "string"
)