get_template
(**kwargs)¶Get the template you want to use for creating a migration workflow.
See also: AWS API Documentation
Request Syntax
response = client.get_template(
id='string'
)
[REQUIRED]
The ID of the template.
{
'id': 'string',
'name': 'string',
'description': 'string',
'inputs': [
{
'inputName': 'string',
'dataType': 'STRING'|'INTEGER'|'STRINGLIST'|'STRINGMAP',
'required': True|False
},
],
'tools': [
{
'name': 'string',
'url': 'string'
},
],
'status': 'CREATED',
'creationTime': datetime(2015, 1, 1)
}
Response Structure
The ID of the template.
The name of the template.
The time at which the template was last created.
The inputs provided for the creation of the migration workflow.
The input parameters of a template.
The name of the template.
The data type of the template input.
Determine if an input is required from the template.
List of AWS services utilized in a migration workflow.
List of AWS services utilized in a migration workflow.
The name of an AWS service.
The URL of an AWS service.
The status of the template.
The time at which the template was last created.
Exceptions
MigrationHubOrchestrator.Client.exceptions.ThrottlingException
MigrationHubOrchestrator.Client.exceptions.AccessDeniedException
MigrationHubOrchestrator.Client.exceptions.InternalServerException
MigrationHubOrchestrator.Client.exceptions.ResourceNotFoundException