|
329 | 329 | "JDK_17" |
330 | 330 | ] |
331 | 331 | }, |
332 | | - { |
333 | | - "name": "codeTransformSQLSourceDBAllowed", |
334 | | - "type": "string", |
335 | | - "description": "Allowed DBs to transform from", |
336 | | - "allowedValues": [ |
337 | | - "ORACLE" |
338 | | - ] |
339 | | - }, |
340 | | - { |
341 | | - "name": "codeTransformSQLTargetDBAllowed", |
342 | | - "type": "string", |
343 | | - "description": "Allowed DBs to transform to", |
344 | | - "allowedValues": [ |
345 | | - "AURORA_POSTGRESQL", |
346 | | - "RDS_POSTGRESQL" |
347 | | - ] |
348 | | - }, |
349 | 332 | { |
350 | 333 | "name": "codeTransformJobId", |
351 | 334 | "type": "string", |
|
446 | 429 | "type": "string", |
447 | 430 | "description": "Represents the IDE session from which users start the transformation process" |
448 | 431 | }, |
| 432 | + { |
| 433 | + "name": "codeTransformSQLSourceDBAllowed", |
| 434 | + "type": "string", |
| 435 | + "description": "Allowed DBs to transform from", |
| 436 | + "allowedValues": [ |
| 437 | + "ORACLE" |
| 438 | + ] |
| 439 | + }, |
| 440 | + { |
| 441 | + "name": "codeTransformSQLTargetDBAllowed", |
| 442 | + "type": "string", |
| 443 | + "description": "Allowed DBs to transform to", |
| 444 | + "allowedValues": [ |
| 445 | + "AURORA_POSTGRESQL", |
| 446 | + "RDS_POSTGRESQL" |
| 447 | + ] |
| 448 | + }, |
449 | 449 | { |
450 | 450 | "name": "codeTransformStartSrcComponents", |
451 | 451 | "type": "string", |
|
4061 | 4061 | "required": false |
4062 | 4062 | }, |
4063 | 4063 | { |
4064 | | - "type": "codeTransformSQLSourceDBAllowed", |
| 4064 | + "type": "codeTransformProjectId", |
4065 | 4065 | "required": false |
4066 | 4066 | }, |
4067 | 4067 | { |
4068 | | - "type": "codeTransformSQLTargetDBAllowed", |
4069 | | - "required": false |
| 4068 | + "type": "codeTransformSessionId", |
| 4069 | + "required": true |
4070 | 4070 | }, |
4071 | 4071 | { |
4072 | | - "type": "codeTransformProjectId", |
| 4072 | + "type": "codeTransformSQLSourceDBAllowed", |
4073 | 4073 | "required": false |
4074 | 4074 | }, |
4075 | 4075 | { |
4076 | | - "type": "codeTransformSessionId", |
4077 | | - "required": true |
| 4076 | + "type": "codeTransformSQLTargetDBAllowed", |
| 4077 | + "required": false |
4078 | 4078 | }, |
4079 | 4079 | { |
4080 | 4080 | "type": "reason", |
|
0 commit comments