View source: R/redshift_operations.R
redshift_enable_logging | R Documentation |
Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
See https://www.paws-r-sdk.com/docs/redshift_enable_logging/ for full documentation.
redshift_enable_logging(
ClusterIdentifier,
BucketName = NULL,
S3KeyPrefix = NULL,
LogDestinationType = NULL,
LogExports = NULL
)
ClusterIdentifier |
[required] The identifier of the cluster on which logging is to be started. Example: |
BucketName |
The name of an existing S3 bucket where the log files are to be stored. Constraints:
|
S3KeyPrefix |
The prefix applied to the log file names. Constraints:
|
LogDestinationType |
The log destination type. An enum with possible values of |
LogExports |
The collection of exported log types. Possible values are
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.