Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deletion_protection_enabled column to aws_dynamodb_table table #2049

Merged

Conversation

jramosf
Copy link
Contributor

@jramosf jramosf commented Jan 12, 2024

Please see aws/aws-sdk-go-v2@5799416#diff-5bff2101cfda3ee73930b662b6d8c0498792c94dae3d4f403f703fe3f8e4e342R1

Integration test logs

Logs

N/A

Example query results

Results
> select arn, deletion_protection_enabled from aws_dynamodb_table;
+-------------------------------------------------------------------------------------+-----------------------------+
| arn                                                                                 | deletion_protection_enabled |
+-------------------------------------------------------------------------------------+-----------------------------+
| arn:aws:dynamodb:eu-central-1:123456789012:table/prod-foobar                        | true                       |
| arn:aws:dynamodb:eu-central-1:123456789012:table/dev-foobar                         | false                       |
| arn:aws:dynamodb:eu-central-1:123456789012:table/staging-foobar                     | false                       |
+-------------------------------------------------------------------------------------+-----------------------------+

@bigdatasourav bigdatasourav merged commit b1c8228 into turbot:main Jan 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants