MigrationHub / Client / create_progress_update_stream

create_progress_update_stream#

MigrationHub.Client.create_progress_update_stream(**kwargs)#

Creates a progress update stream which is an AWS resource used for access control as well as a namespace for migration task names that is implicitly linked to your AWS account. It must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.

See also: AWS API Documentation

Request Syntax

response = client.create_progress_update_stream(
    ProgressUpdateStreamName='string',
    DryRun=True|False
)
Parameters:
  • ProgressUpdateStreamName (string) –

    [REQUIRED]

    The name of the ProgressUpdateStream. Do not store personal data in this field.

  • DryRun (boolean) – Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions