We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e7157 commit 5bebee5Copy full SHA for 5bebee5
1 file changed
template.yaml
@@ -131,6 +131,7 @@ Resources:
131
ServerlessV2ScalingConfiguration:
132
MaxCapacity: !Ref RdsScalingMaxCapacity
133
MinCapacity: !Ref RdsScalingMinCapacity
134
+ SecondsUntilAutoPause: 3600 # 1 hour
135
KmsKeyId: alias/aws/rds
136
StorageEncrypted: true
137
EnableCloudwatchLogsExports:
0 commit comments