/AWS1/CL_DMGDESCRCONVRSCONFRSP¶
DescribeConversionConfigurationResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_migrationprojectid TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The name or Amazon Resource Name (ARN) for the schema conversion project.
iv_conversionconfiguration TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
A JSON string that contains the schema conversion settings for the migration project. For the format and available settings, see Specifying schema conversion settings for migration projects.
Queryable Attributes¶
MigrationProjectIdentifier¶
The name or Amazon Resource Name (ARN) for the schema conversion project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIGRATIONPROJECTID() |
Getter for MIGRATIONPROJECTIDENTIFIER, with configurable def |
ASK_MIGRATIONPROJECTID() |
Getter for MIGRATIONPROJECTIDENTIFIER w/ exceptions if field |
HAS_MIGRATIONPROJECTID() |
Determine if MIGRATIONPROJECTIDENTIFIER has a value |
ConversionConfiguration¶
A JSON string that contains the schema conversion settings for the migration project. For the format and available settings, see Specifying schema conversion settings for migration projects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSIONCONFIGURATION() |
Getter for CONVERSIONCONFIGURATION, with configurable defaul |
ASK_CONVERSIONCONFIGURATION() |
Getter for CONVERSIONCONFIGURATION w/ exceptions if field ha |
HAS_CONVERSIONCONFIGURATION() |
Determine if CONVERSIONCONFIGURATION has a value |