Skip to main content

🔌 AWS DynamoDB Table - object.extracts.yaml

  • Contextual name: 🔌 object.extracts.yaml
  • ID: /types/CA10__CaAwsDynamoDbTable__c/object.extracts.yaml

Used In

LogicPolicyFlags
🧠 prod.logic.yaml🟢🛡️ AWS DynamoDB Provisioned Table Auto Scaling is not configured🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS DynamoDB Table does not have on-demand backups in the past 90 days🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS DynamoDB Table is located in a less cost-effective region🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS DynamoDB Table is not encrypted with a KMS key🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS DynamoDB Table is unused🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS DynamoDB Table Point In Time Recovery is not enabled🟢🟢 x3

Content

Open File

---
extracts:
# Nullable, null is equal to PROVISIONED
- name: "CA10__billingMode__c"
value:
FIELD:
path: CA10__billingMode__c
# undeterminedIf:
# noAccessDelegate:
# path: "CA10__billingMode__c"
# currentStateMessage: "Unable to determine Table Billing Mode. Possible permission issue with dynamodb:DescribeTable."
# Values: ENABLED | DISABLED. Not nullable.
- name: "CA10__pointInTimeRecoveryStatus__c"
value:
FIELD:
path: CA10__pointInTimeRecoveryStatus__c
# undeterminedIf:
# noAccessDelegate:
# path: "CA10__pointInTimeRecoveryStatus__c"
# currentStateMessage: "Unable to determine Point In Time Recovery Status. Possible permission issue with dynamodb:DescribeTable."
# Nullable.
- name: "CA10__regionName2__c"
value:
FIELD:
path: "CA10__regionName2__c"
# Values: CREATING | UPDATING | DELETING | ACTIVE | INACCESSIBLE_ENCRYPTION_CREDENTIALS |
# ARCHIVING | ARCHIVED | REPLICATION_NOT_AUTHORIZED
# Not nullable. Possible permission issue with dynamodb:DescribeTable.
- name: "CA10__tableStatus__c"
value:
FIELD:
path: "CA10__tableStatus__c"
# Values: ENABLED | null. Possible permission issue with dynamodb:DescribeTable.
- name: "CA10__sseDescriptionStatus__c"
value:
FIELD:
path: "CA10__sseDescriptionStatus__c"
# Not nullable. Number
- name: "CA10__itemCount__c"
value:
FIELD:
path: "CA10__itemCount__c"
undeterminedIf:
noAccessDelegate:
path: "CA10__itemCount__c"
currentStateMessage: "Dynamo DB Table item count cannot be empty. Possible permission issue with dynamodb:DescribeTable"
# Not nullable.
- name: "CA10__creationDateTime__c"
value:
FIELD:
path: "CA10__creationDateTime__c"
undeterminedIf:
noAccessDelegate:
path: "CA10__creationDateTime__c"
currentStateMessage: "Dynamo DB Table creation date cannot be empty. Possible permission issue with dynamodb:DescribeTable"