/AWS1/CL_DMG=>MODIFYDATAPROVIDER()
¶
About ModifyDataProvider¶
Modifies the specified data provider using the provided settings.
You must remove the data provider from all migration projects before you can modify it.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DATAPROVIDERIDENTIFIER
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
Optional arguments:¶
IV_DATAPROVIDERNAME
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
The name of the data provider.
IV_DESCRIPTION
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
A user-friendly description of the data provider.
IV_ENGINE
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
The type of database engine for the data provider. Valid values include
"aurora"
,"aurora-postgresql"
,"mysql"
,"oracle"
,"postgres"
,"sqlserver"
,redshift
,mariadb
,mongodb
,db2
,db2-zos
anddocdb
. A value of"aurora"
represents Amazon Aurora MySQL-Compatible Edition.
IV_EXACTSETTINGS
TYPE /AWS1/DMGBOOLEANOPTIONAL
/AWS1/DMGBOOLEANOPTIONAL
¶
If this attribute is Y, the current call to
ModifyDataProvider
replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call toModifyDataProvider
does two things:
It replaces any data provider settings that already exist with new values, for settings with the same names.
It creates new data provider settings that you specify in the call, for settings with different names.
IO_SETTINGS
TYPE REF TO /AWS1/CL_DMGDATAPVDRSETTINGS
/AWS1/CL_DMGDATAPVDRSETTINGS
¶
The settings in JSON format for a data provider.
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_DMGMODIFYDATAPVDRRSP
/AWS1/CL_DMGMODIFYDATAPVDRRSP
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC