standard
turbot/aws_compliance

Pipeline: Test DynamoDB table point in time recovery disabled

Test the detect_and_correct_dynamodb_table_if_point_in_time_recovery_disabled pipeline.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_dynamodb_table_if_point_in_time_recovery_disabled_skip

Use this pipeline

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

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

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default
region
string
YesAWS Region of the resource(s).us-east-1
table_name
string
YesThe name of the table.flowpipe-test-22f7aafe-07f4-7fdb-d817-10c1cdaad680

Outputs

NameDescription
get_dynamodb_tableTable name used in the test.

Tags

folder = Tests