tests.system.amazon.aws.example_dms_serverless
¶
Note: DMS requires you to configure specific IAM roles/permissions. For more information, see https://docs.aws.amazon.com/dms/latest/userguide/security-iam.html#CHAP_Security.APIRole
Module Contents¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes¶
- tests.system.amazon.aws.example_dms_serverless.TABLE_HEADERS = ['apache_project', 'release_year'][source]¶
- tests.system.amazon.aws.example_dms_serverless.SAMPLE_DATA = [('Airflow', '2015'), ('OpenOffice', '2012'), ('Subversion', '2000'), ('NiFi', '2006')][source]¶
- tests.system.amazon.aws.example_dms_serverless.create_security_group(security_group_name, vpc_id)[source]¶
- tests.system.amazon.aws.example_dms_serverless.create_sample_table(instance_name, db_name, table_name)[source]¶
- tests.system.amazon.aws.example_dms_serverless.create_dms_assets(db_name, instance_name, bucket_name, role_arn, source_endpoint_identifier, target_endpoint_identifier, table_definition)[source]¶
- tests.system.amazon.aws.example_dms_serverless.delete_dms_assets(source_endpoint_arn, target_endpoint_arn, source_endpoint_identifier, target_endpoint_identifier)[source]¶