standard
turbot/aws_compliance
Get Involved
Version
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_cmkUse 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
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| conn | connection.aws | Yes | The AWS connection to use. | connection.aws.default |
| region | string | Yes | The AWS region. | us-east-1 |
| trail_name | string | Yes | The name of the CloudTrail trail. | test-cloudtrail-5732393c-66fa-00d7-f9ae-d512fa4cb762 |
| s3_bucket | string | Yes | The S3 bucket for CloudTrail logs. | test-cloudtrail-s3-bucket-751d1465-a528-4b4a-d339-5280c21ea8dd |
Outputs
| Name | Description |
|---|---|
| result | Result of the encryption test. |
Tags
folder = Tests