aws.dms.describe_conversion_configuration
Example SQL Queries
SELECT * FROMaws.dms.describe_conversion_configurationWHERE"migration_project_identifier" = 'VALUE';Description
Returns configuration parameters for a schema conversion project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| migration_project_identifier Required Input Column The name or Amazon Resource Name (ARN) for the schema conversion project. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| conversion_configuration The configuration parameters for the schema conversion project. | VARCHAR |