get_destination
(**kwargs)¶Grants permission to get a destination
See also: AWS API Documentation
Request Syntax
response = client.get_destination(
id='string'
)
[REQUIRED]
Destination ARN.
{
'arn': 'string',
'id': 'string',
'name': 'string',
'site': 'string',
'createdAt': datetime(2015, 1, 1),
'updatedAt': datetime(2015, 1, 1),
'state': 'ENABLED'|'DISABLED'|'DECOMMISSIONED',
'additionalFixedProperties': 'string'
}
Response Structure
Destination ARN.
Filters access by the destination's identifier
Human friendly name of the resource.
Site ARN.
Timestamp at which the resource was created.
Timestamp at which the resource was last updated.
State of the destination.
JSON document containing additional fixed properties regarding the destination
Exceptions
IoTRoboRunner.Client.exceptions.AccessDeniedException
IoTRoboRunner.Client.exceptions.ValidationException
IoTRoboRunner.Client.exceptions.ResourceNotFoundException
IoTRoboRunner.Client.exceptions.ThrottlingException
IoTRoboRunner.Client.exceptions.InternalServerException