standard
turbot/aws_compliance
Get Involved
Version
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_skipUse 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
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | connection.aws.default |
| region | string | Yes | AWS Region of the resource(s). | us-east-1 |
| table_name | string | Yes | The name of the table. | flowpipe-test-eecc9138-b96b-a490-4883-fe9e53761d55 |
Outputs
| Name | Description |
|---|---|
| get_dynamodb_table | Table name used in the test. |
| run_detection | Table name used in the test. |
Tags
folder = Tests