Disable Logging
redshift_disable_logging | R Documentation |
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¶
Arguments¶
ClusterIdentifier
[required] The identifier of the cluster on which logging is to be stopped.
Example:
examplecluster
Value¶
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",
LogDestinationType = "s3"|"cloudwatch",
LogExports = list(
"string"
)
)