Skip to content

Commit

Permalink
provider/aws: Document log file validation + KMS Key ID in CloudTrail
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Simko committed Feb 8, 2016
1 parent 531e600 commit d8de124
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/source/docs/providers/aws/r/cloudtrail.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,14 @@ The following arguments are supported:
region or in all regions. Defaults to `false`.
* `sns_topic_name` - (Optional) Specifies the name of the Amazon SNS topic
defined for notification of log file delivery.
* `enable_log_file_validation` - (Optional) Specifies whether log file integrity validation is enabled.
Defaults to `false`.
* `kms_key_id` - (Optional) Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail.

## Attribute Reference

The following attributes are exported:

* `id` - The name of the trail.
* `home_region` - The region in which the trail was created.
* `arn` - The Amazon Resource Name of the trail.

0 comments on commit d8de124

Please sign in to comment.