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.ResourceNotFoundException

  • mgn.Client.exceptions.ThrottlingException

  • mgn.Client.exceptions.AccessDeniedException

  • mgn.Client.exceptions.ValidationException

  • mgn.Client.exceptions.ServiceQuotaExceededException

  • mgn.Client.exceptions.ConflictException