mgn / Client / start_network_migration_mapping
start_network_migration_mapping¶
- mgn.Client.start_network_migration_mapping(**kwargs)¶
Starts the network migration mapping process for a given network migration execution.
See also: AWS API Documentation
Request Syntax
response = client.start_network_migration_mapping( networkMigrationExecutionID='string', networkMigrationDefinitionID='string', securityGroupMappingStrategy='MAP'|'SKIP' )
- Parameters:
networkMigrationExecutionID (string) –
[REQUIRED]
The unique identifier of the network migration execution.
networkMigrationDefinitionID (string) –
[REQUIRED]
The unique identifier of the network migration definition.
securityGroupMappingStrategy (string) – The security group mapping strategy to use.
- Return type:
dict
- Returns:
Response Syntax
{ 'jobID': 'string' }
Response Structure
(dict) –
jobID (string) –
The unique identifier of the mapping job that was started.
Exceptions
mgn.Client.exceptions.ResourceNotFoundExceptionmgn.Client.exceptions.ThrottlingExceptionmgn.Client.exceptions.AccessDeniedExceptionmgn.Client.exceptions.ValidationExceptionmgn.Client.exceptions.ServiceQuotaExceededExceptionmgn.Client.exceptions.ConflictException