mgn / Client / start_network_migration_deployment
start_network_migration_deployment¶
- mgn.Client.start_network_migration_deployment(**kwargs)¶
Starts a deployment job to create the target network infrastructure based on the generated code templates.
See also: AWS API Documentation
Request Syntax
response = client.start_network_migration_deployment( networkMigrationExecutionID='string', networkMigrationDefinitionID='string' )
- Parameters:
networkMigrationExecutionID (string) –
[REQUIRED]
The unique identifier of the network migration execution.
networkMigrationDefinitionID (string) –
[REQUIRED]
The unique identifier of the network migration definition.
- Return type:
dict
- Returns:
Response Syntax
{ 'jobID': 'string' }
Response Structure
(dict) –
jobID (string) –
The unique identifier of the deployer job that was started.
Exceptions
mgn.Client.exceptions.ResourceNotFoundExceptionmgn.Client.exceptions.ThrottlingExceptionmgn.Client.exceptions.AccessDeniedExceptionmgn.Client.exceptions.ValidationExceptionmgn.Client.exceptions.ServiceQuotaExceededExceptionmgn.Client.exceptions.ConflictException