Skip to main content

Dynamodb



Resource Icon

Associated Resources

Parent Resources


Resource Configuration

Basic Settings

  • billing_mode : Billing and capacity management mode for DynamoDB read and write throughput - PROVISIONED, PAY_PER_REQUEST
  • read_capacity : Number of read capacity units for the DynamoDB table
  • write_capacity : Number of write capacity units for the DynamoDB table
  • hash_key : Attribute used as the hash (partition) key
  • hash_key_type : Attribute type for the hash (partition) key - S, N, B
  • range_key : Attribute used as the range (sort) key
  • range_key_type : Attribute type for the range (sort) key - S, N, B
  • point_in_time_recovery_enabled : Whether point-in-time recovery is enabled - true, false

Server-Side Encryption (server_side_encryption)

  • server_side_encryption.encryption_enabled : Whether to enable encryption at rest using an AWS-managed KMS CMK - true, false
  • server_side_encryption.kms_key_name : Name of the CMK used for AWS KMS encryption

Tags

  • tag : Tags used to categorize the resource

References