tests.system.providers.amazon.aws.example_datasync

Module Contents

Functions

get_s3_bucket_arn(bucket_name)

create_location(bucket_name, role_arn)

create_source_location(bucket_source, role_arn)

create_destination_location(bucket_destination, role_arn)

create_task(**kwargs)

delete_task(task_arn)

delete_task_created_by_operator(**kwargs)

list_locations(bucket_source, bucket_destination)

delete_locations(locations)

Attributes

DAG_ID

ROLE_ARN_KEY

sys_test_context_task

test_context

test_run

tests.system.providers.amazon.aws.example_datasync.DAG_ID = 'example_datasync'[source]
tests.system.providers.amazon.aws.example_datasync.ROLE_ARN_KEY = 'ROLE_ARN'[source]
tests.system.providers.amazon.aws.example_datasync.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_datasync.get_s3_bucket_arn(bucket_name)[source]
tests.system.providers.amazon.aws.example_datasync.create_location(bucket_name, role_arn)[source]
tests.system.providers.amazon.aws.example_datasync.create_source_location(bucket_source, role_arn)[source]
tests.system.providers.amazon.aws.example_datasync.create_destination_location(bucket_destination, role_arn)[source]
tests.system.providers.amazon.aws.example_datasync.create_task(**kwargs)[source]
tests.system.providers.amazon.aws.example_datasync.delete_task(task_arn)[source]
tests.system.providers.amazon.aws.example_datasync.delete_task_created_by_operator(**kwargs)[source]
tests.system.providers.amazon.aws.example_datasync.list_locations(bucket_source, bucket_destination)[source]
tests.system.providers.amazon.aws.example_datasync.delete_locations(locations)[source]
tests.system.providers.amazon.aws.example_datasync.test_context[source]
tests.system.providers.amazon.aws.example_datasync.test_run[source]

Was this entry helpful?