Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.
redshift_describe_logging_status(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 from which to get the logging status.
Example: examplecluster
svc$describe_logging_status(
ClusterIdentifier = "string"
)