Skip to content

Commit 2ea3e45

Browse files
authored
feat(rds): Support SQL Server for RDS proxy (#25102)
Closes #22164 [As stated in the issue the iam auth has a third option with the support for sql server.](#22164 (comment)) I did not add it in this pull request, because replacing the boolean property iamAuth with a string property would lead to breaking changes. We should open up another issue for this and fix this separately. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 1b18a19 commit 2ea3e45

11 files changed

+2581
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": "31.0.0",
3+
"files": {
4+
"b4a5559af4ad6c38f2ee9f74b53b1b86efd673d82a598a085654e2c921d8edda": {
5+
"source": {
6+
"path": "aws-cdk-rds-proxy-sql-server.template.json",
7+
"packaging": "file"
8+
},
9+
"destinations": {
10+
"current_account-current_region": {
11+
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12+
"objectKey": "b4a5559af4ad6c38f2ee9f74b53b1b86efd673d82a598a085654e2c921d8edda.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)