tests.system.amazon.aws.example_dms¶
注意: DMS 需要您配置特定的 IAM 角色/权限。更多信息,请参阅 https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.APIRole
属性¶
函数¶
|
|
|
|
|
|
|
|
|
模块内容¶
- tests.system.amazon.aws.example_dms.SAMPLE_DATA = [('Airflow', '2015'), ('OpenOffice', '2012'), ('Subversion', '2000'), ('NiFi', '2006')][source]¶
- tests.system.amazon.aws.example_dms.create_sample_table(instance_name, db_name, table_name)[source]¶
- tests.system.amazon.aws.example_dms.create_dms_assets(db_name, instance_name, replication_instance_name, bucket_name, role_arn, source_endpoint_identifier, target_endpoint_identifier, table_definition)[source]¶
- tests.system.amazon.aws.example_dms.delete_dms_assets(replication_instance_arn, source_endpoint_arn, target_endpoint_arn, source_endpoint_identifier, target_endpoint_identifier, replication_instance_name)[source]¶