@go-to-k/cdkd 0.59.0 → 0.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -523,6 +523,9 @@ types:
523
523
  | `AWS::Logs::LogGroup` | `DeletionProtectionEnabled` |
524
524
  | `AWS::RDS::DBInstance` | `DeletionProtection` |
525
525
  | `AWS::RDS::DBCluster` | `DeletionProtection` |
526
+ | `AWS::DocDB::DBCluster` | `DeletionProtection` (DocDB DBInstance has no `DeletionProtection` field, so per-instance bypass is a no-op) |
527
+ | `AWS::Neptune::DBCluster` | `DeletionProtection` |
528
+ | `AWS::Neptune::DBInstance` | `DeletionProtection` |
526
529
  | `AWS::DynamoDB::Table` | `DeletionProtectionEnabled` |
527
530
  | `AWS::EC2::Instance` | `DisableApiTermination` |
528
531
  | `AWS::ElasticLoadBalancingV2::LoadBalancer` | attribute `deletion_protection.enabled` |