Policy Setting: AWS > S3 > Bucket > Access Logging
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "aws_s3_bucket_access_logging" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/aws-s3#/policy/types/bucketAccessLogging" note = "AWS CIS v3.0.0 - Controls: 3.4" value = "Check: Enabled to Access Logging > Bucket" # value = "Enforce: Enabled to Access Logging > Bucket"}