Skip to content

Commit

Permalink
docs: Reshuffle docs after introducing deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Nov 9, 2017
1 parent f7331dd commit c434bf2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions website/docs/r/redshift_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,17 @@ string.
* `snapshot_cluster_identifier` - (Optional) The name of the cluster the source snapshot was created from.
* `owner_account` - (Optional) The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
* `iam_roles` - (Optional) A list of IAM Role ARNs to associate with the cluster. A Maximum of 10 can be associated to the cluster at any time.
* `enable_logging` - (Optional) Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster. Defaults to `false`.
* `logging` - (Optional) Logging, documented below.
* `tags` - (Optional) A mapping of tags to assign to the resource.

### Nested Blocks

#### `logging`

* `enable` - (Required) Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster.
* `bucket_name` - (Optional, required when `enable_logging` is `true`) The name of an existing S3 bucket where the log files are to be stored. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions.
For more information on the permissions required for the bucket, please read the AWS [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-enable-logging)
* `s3_key_prefix` - (Optional) The prefix applied to the log file names.
* `tags` - (Optional) A mapping of tags to assign to the resource.


## Attributes Reference

Expand Down

0 comments on commit c434bf2

Please sign in to comment.