standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Test detect and correct CloudTrail trails with log file validation disabled
Test detect CloudTrail trails with log file validation disabled.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.test_cloudtrail_trails_with_log_file_validation_disabled_enable_log_file_validation
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws_compliance.pipeline.test_cloudtrail_trails_with_log_file_validation_disabled_enable_log_file_validation }
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.aws | Yes | The AWS connection to use. | connection.aws.default |
region | string | Yes | The AWS region where the resource will be created. | us-east-1 |
trail_name | string | Yes | The name of the trail. | test-fp-log-file-validation-disabled-trail |
bucket_name | string | Yes | The name of the bucket. | flowpipe-test-log-file-validation-disabled-bucket |
Outputs
Name | Description |
---|---|
result_trail_with_log_file_validation_enabled | Test result for each step |
Tags
folder = Tests