DMS Data Provider

DMS Data Provider in AWS Database Migration Service represents a connection profile that defines how DMS connects to a specific data source or target. It stores connection details such as engine type, authentication, and network settings, allowing migrations to be managed more easily and reused across multiple tasks.

aws.dms_data_provider

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
data_provider_arncorestringThe Amazon Resource Name (ARN) string that uniquely identifies the data provider.
data_provider_creation_timecoretimestampThe time the data provider was created.
data_provider_namecorestringThe name of the data provider.
descriptioncorestringA description of the data provider. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
enginecorestringThe type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, db2, db2-zos and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
settingscorejsonThe settings in JSON format for a data provider.
tagscorehstore