Resource schema for AWS::DMS::DataProvider
engine
(String) The property describes a data engine for the data provider.data_provider_identifier
(String) The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arndata_provider_name
(String) The property describes a name to identify the data provider.description
(String) The optional description of the data provider.exact_settings
(Boolean) The property describes the exact settings which can be modifiedsettings
(Attributes) The property identifies the exact type of settings for the data provider. (see below for nested schema)tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)data_provider_arn
(String) The data provider ARN.data_provider_creation_time
(String) The data provider creation time.id
(String) Uniquely identifies the resource.settings
Optional:
microsoft_sql_server_settings
(Attributes) MicrosoftSqlServerSettings property identifier. (see below for nested schema)my_sql_settings
(Attributes) MySqlSettings property identifier. (see below for nested schema)oracle_settings
(Attributes) OracleSettings property identifier. (see below for nested schema)postgre_sql_settings
(Attributes) PostgreSqlSettings property identifier. (see below for nested schema)settings.microsoft_sql_server_settings
Required:
database_name
(String)port
(Number)server_name
(String)ssl_mode
(String)Optional:
certificate_arn
(String)settings.my_sql_settings
Required:
port
(Number)server_name
(String)ssl_mode
(String)Optional:
certificate_arn
(String)settings.oracle_settings
Required:
database_name
(String)port
(Number)server_name
(String)ssl_mode
(String)Optional:
asm_server
(String)certificate_arn
(String)secrets_manager_oracle_asm_access_role_arn
(String)secrets_manager_oracle_asm_secret_id
(String)secrets_manager_security_db_encryption_access_role_arn
(String)secrets_manager_security_db_encryption_secret_id
(String)settings.postgre_sql_settings
Required:
database_name
(String)port
(Number)server_name
(String)ssl_mode
(String)Optional:
certificate_arn
(String)tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_dms_data_provider.example <resource ID>