standard
turbot/aws_compliance

Pipeline: Test DynamoDB table deletion protection disabled

Test the detect and correct Dynamodb table if deletion protection 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_deletion_protection_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_deletion_protection_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-1ce2334e-cc2c-db36-fa35-92745d0de4fa

Outputs

NameDescription
get_dynamodb_tableTable name used in the test.
run_detectionTable name used in the test.

Tags

folder = Tests