Skip to content

Commit 1b33ab6

Browse files
author
AWS
committed
AWS Database Migration Service Update: To successfully connect to the IBM DB2 LUW database server, you may need to specify additional security parameters that are passed to the JDBC driver. These parameters are EncryptionAlgorithm and SecurityMechanism. Both parameters accept integer values.
1 parent 2c659a5 commit 1b33ab6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Database Migration Service",
4+
"contributor": "",
5+
"description": "To successfully connect to the IBM DB2 LUW database server, you may need to specify additional security parameters that are passed to the JDBC driver. These parameters are EncryptionAlgorithm and SecurityMechanism. Both parameters accept integer values."
6+
}

services/databasemigration/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6154,6 +6154,14 @@
61546154
"shape":"String",
61556155
"documentation":"<p>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</p>"
61566156
},
6157+
"EncryptionAlgorithm":{
6158+
"shape":"IntegerOptional",
6159+
"documentation":"<p> The encryption algorithm used for securing the connection to the IBM DB2 LUW database server. You can provide an integer value corresponding to a specific encryption algorithm, or leave this parameter empty to use the default behavior. </p>"
6160+
},
6161+
"SecurityMechanism":{
6162+
"shape":"IntegerOptional",
6163+
"documentation":"<p> The security mechanism used for authenticating the connection to the IBM DB2 LUW database server. You can provide an integer value corresponding to a specific security mechanism, or leave this parameter empty to use the default behavior. </p>"
6164+
},
61576165
"S3Path":{
61586166
"shape":"String",
61596167
"documentation":"<p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>"

0 commit comments

Comments
 (0)