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-5732393c-66fa-00d7-f9ae-d512fa4cb762
s3_bucket
string
YesThe S3 bucket for CloudTrail logs.test-cloudtrail-s3-bucket-751d1465-a528-4b4a-d339-5280c21ea8dd

Outputs

NameDescription
resultResult of the encryption test.

Tags

folder = Tests