Skip to main content

Configure DynamoDB Stale Data Table

  1. Configure DynamoDB Stale Data Table
  2. Use Case for DynamoDB Stale Data Table
  3. Triage Guides by Violation Type
    1. Triage DynamoDB Stale Data Table TABLE_DATA_STALE
    2. Triage DynamoDB Stale Data Table TABLE_NOT_CONFIGURED_FOR_DATA_CAPTURE

How do I enable this policy?

Signature:
Type: Pyrae::Policy::PolicyDocument::Signatory
Properties:
SignatureTeamUrn: { "PyRef": "PyraeTeam" }
PolicyUrn: "urn:pyrae:policy:us-west-2:sAutx4ZxiqTJUzJdvky2km:policy/DynamodbStaleDataTable"

What permissions does this policy require in my AWS account?

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "dynamodb:DescribeTable",
"Resource": "*"
}
]
}

What resources match this policy?

Type: Pyrae::Observer::MatchingRule
Properties:
MatchAccountType: aws
MatchUrnService: dynamodb
MatchUrnResourceType: table