redshift_enable_logging: Starts logging information, such as queries and connection...

View source: R/redshift_operations.R

redshift_enable_loggingR Documentation

Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster

Description

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.

Usage

redshift_enable_logging(
  ClusterIdentifier,
  BucketName = NULL,
  S3KeyPrefix = NULL,
  LogDestinationType = NULL,
  LogExports = NULL
)

Arguments

ClusterIdentifier

[required] The identifier of the cluster on which logging is to be started.

Example: examplecluster

BucketName

The name of an existing S3 bucket where the log files are to be stored.

Constraints:

  • Must be in the same region as the cluster

  • The cluster must have read bucket and put object permissions

S3KeyPrefix

The prefix applied to the log file names.

Constraints:

  • Cannot exceed 512 characters

  • Cannot contain spaces( ), double quotes ("), single quotes ('), a backslash (\), or control characters. The hexadecimal codes for invalid characters are:

    • x00 to x20

    • x22

    • x27

    • x5c

    • x7f or larger

LogDestinationType

The log destination type. An enum with possible values of s3 and cloudwatch.

LogExports

The collection of exported log types. Possible values are connectionlog, useractivitylog, and userlog.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.