AWS::Redshift::Cluster LoggingProperties
Specifies logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BucketName" :
String
, "S3KeyPrefix" :String
}
YAML
BucketName:
String
S3KeyPrefix:String
Properties
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
Required: Yes
Type: String
Maximum:
2147483647
Update requires: No interruption
-
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
-
Required: No
Type: String
Maximum:
2147483647
Update requires: No interruption
-