describe_route_calculator(**kwargs)¶Retrieves the route calculator resource details.
See also: AWS API Documentation
Request Syntax
response = client.describe_route_calculator(
CalculatorName='string'
)
[REQUIRED]
The name of the route calculator resource.
{
'CalculatorArn': 'string',
'CalculatorName': 'string',
'CreateTime': datetime(2015, 1, 1),
'DataSource': 'string',
'Description': 'string',
'PricingPlan': 'RequestBasedUsage'|'MobileAssetTracking'|'MobileAssetManagement',
'Tags': {
'string': 'string'
},
'UpdateTime': datetime(2015, 1, 1)
}
Response Structure
The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across Amazon Web Services.
arn:aws:geo:region:account-id:route-calculator/ExampleCalculatorThe name of the route calculator resource being described.
The timestamp when the route calculator resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ .
2020–07-2T12:15:20.000Z+01:00The data provider of traffic and road network data. Indicates one of the available providers:
EsriGrabHereFor more information about data providers, see Amazon Location Service data providers.
The optional description of the route calculator resource.
Always returns RequestBasedUsage .
Tags associated with route calculator resource.
The timestamp when the route calculator resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ .
2020–07-2T12:15:20.000Z+01:00Exceptions
LocationService.Client.exceptions.InternalServerExceptionLocationService.Client.exceptions.ResourceNotFoundExceptionLocationService.Client.exceptions.AccessDeniedExceptionLocationService.Client.exceptions.ValidationExceptionLocationService.Client.exceptions.ThrottlingException