standard
turbot/aws_compliance

Pipeline: Test CloudTrail trail logs not encrypted with KMS CMK

Tests the CloudTrail Trail Logs Not Encrypted with KMS CMK.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.test_cloudtrail_trail_logs_not_encrypted_with_kms_cmk

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = aws_compliance.pipeline.test_cloudtrail_trail_logs_not_encrypted_with_kms_cmk
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesThe AWS connection to use.connection.aws.default
region
string
YesThe AWS region.us-east-1
trail_name
string
YesThe name of the CloudTrail trail.test-cloudtrail-be69a5e6-38d0-c600-4345-c9c7d77511d3
s3_bucket
string
YesThe S3 bucket for CloudTrail logs.test-cloudtrail-s3-bucket-80f00de8-ddcb-757f-a7be-4c1b66b26957

Outputs

NameDescription
resultResult of the encryption test.

Tags

folder = Tests