Skip to content

Commit 1be9894

Browse files
authored
fix(rds): unable to create cluster with per-instance parameters (under feature flag) (#27040)
This PR fixes that DatabaseCluster cannot create multiple readers with each parameters. Closes #27035. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 54537c5 commit 1be9894

13 files changed

+1310
-344
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": "34.0.0",
3+
"files": {
4+
"6ef7bb16723c1bb9cf7146bc933297a5225c070c914722f051953fcd6623a3f3": {
5+
"source": {
6+
"path": "aws-cdk-rds-integ-with-feature-flag.template.json",
7+
"packaging": "file"
8+
},
9+
"destinations": {
10+
"current_account-current_region": {
11+
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12+
"objectKey": "6ef7bb16723c1bb9cf7146bc933297a5225c070c914722f051953fcd6623a3f3.json",
13+
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
14+
}
15+
}
16+
}
17+
},
18+
"dockerImages": {}
19+
}

0 commit comments

Comments
 (0)