You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| api\_call\_rate\_insight | A measurement of write-only management API calls that occur per minute against a baseline API call volume. |`bool`|`false`| no |
65
-
| api\_error\_rate\_insight | A measurement of management API calls that result in error codes. The error is shown if the API call is unsuccessful. |`bool`|`false`| no |
66
-
| cloudwatch\_log\_group\_name | The name of the CloudWatch Log Group that receives CloudTrail events. |`string`|`"cloudtrail-events"`| no |
60
+
| s3_bucket_name | The name of the AWS S3 bucket. |`string`| n/a | yes |
61
+
| api_call_rate_insight | A measurement of write-only management API calls that occur per minute against a baseline API call volume. |`bool`|`false`| no |
62
+
| api_error_rate_insight | A measurement of management API calls that result in error codes. The error is shown if the API call is unsuccessful. |`bool`|`false`| no |
63
+
| cloudwatch_log_group_name | The name of the CloudWatch Log Group that receives CloudTrail events. |`string`|`"cloudtrail-events"`| no |
67
64
| enabled | Enables logging for the trail. Defaults to true. Setting this to false will pause logging. |`bool`|`true`| no |
68
-
| iam\_policy\_name | Name for the CloudTrail IAM policy |`string`|`"cloudtrail-cloudwatch-logs-policy"`| no |
69
-
| iam\_role\_name | Name for the CloudTrail IAM role |`string`|`"cloudtrail-cloudwatch-logs-role"`| no |
70
-
| key\_deletion\_window\_in\_days | Duration in days after which the key is deleted after destruction of the resource, must be 7-30 days. Default 30 days. |`string`|`30`| no |
71
-
| log\_retention\_days | Number of days to keep AWS logs around in specific log group. |`string`|`90`| no |
72
-
| org\_trail | Whether or not this is an organization trail. Only valid in master account. |`string`|`"false"`| no |
73
-
| s3\_bucket\_name | The name of the AWS S3 bucket. |`string`| n/a | yes |
74
-
| s3\_key\_prefix | S3 key prefix for CloudTrail logs |`string`|`"cloudtrail"`| no |
75
-
| sns\_topic\_arn | ARN of the SNS topic for notification of log file delivery. |`string`|`""`| no |
65
+
| iam_policy_name | Name for the CloudTrail IAM policy |`string`|`"cloudtrail-cloudwatch-logs-policy"`| no |
66
+
| iam_role_name | Name for the CloudTrail IAM role |`string`|`"cloudtrail-cloudwatch-logs-role"`| no |
67
+
| key_deletion_window_in_days | Duration in days after which the key is deleted after destruction of the resource, must be 7-30 days. Default 30 days. |`string`|`30`| no |
68
+
| log_retention_days | Number of days to keep AWS logs around in specific log group. |`string`|`90`| no |
69
+
| org_trail | Whether or not this is an organization trail. Only valid in master account. |`string`|`"false"`| no |
70
+
| s3_key_prefix | S3 key prefix for CloudTrail logs |`string`|`"cloudtrail"`| no |
71
+
| sns_topic_arn | ARN of the SNS topic for notification of log file delivery. |`string`|`""`| no |
76
72
| tags | A mapping of tags to CloudTrail resources. |`map(string)`|`{}`| no |
77
-
|trail\_name| Name for the Cloudtrail |`string`|`"cloudtrail"`| no |
73
+
|trail_name| Name for the Cloudtrail |`string`|`"cloudtrail"`| no |
78
74
79
75
## Outputs
80
76
81
77
| Name | Description |
82
78
|------|-------------|
83
-
|cloudtrail\_arn| CloudTrail ARN |
84
-
|cloudtrail\_home\_region| CloudTrail Home Region |
0 commit comments