standard
turbot/aws_compliance

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

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesThe AWS connection to use.connection.aws.default
region
string
YesThe AWS region where the resource will be created.us-east-1
trail_name
string
YesThe name of the trail.test-fp-log-file-validation-disabled-trail
bucket_name
string
YesThe name of the bucket.flowpipe-test-log-file-validation-disabled-bucket

Outputs

NameDescription
result_trail_with_log_file_validation_enabledTest result for each step

Tags

folder = Tests