ManagedintegrationsforIoTDeviceManagement / Client / get_destination
get_destination¶
- ManagedintegrationsforIoTDeviceManagement.Client.get_destination(**kwargs)¶
- Gets a destination by name. - See also: AWS API Documentation - Request Syntax- response = client.get_destination( Name='string' ) - Parameters:
- Name (string) – - [REQUIRED] - The name of the customer-managed destination. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Description': 'string', 'DeliveryDestinationArn': 'string', 'DeliveryDestinationType': 'KINESIS', 'Name': 'string', 'RoleArn': 'string', 'CreatedAt': datetime(2015, 1, 1), 'UpdatedAt': datetime(2015, 1, 1), 'Tags': { 'string': 'string' } } - Response Structure- (dict) – - Description (string) – - The description of the customer-managed destination. 
- DeliveryDestinationArn (string) – - The Amazon Resource Name (ARN) of the customer-managed destination. 
- DeliveryDestinationType (string) – - The destination type for the customer-managed destination. 
- Name (string) – - The name of the customer-managed destination. 
- RoleArn (string) – - The Amazon Resource Name (ARN) of the delivery destination role. 
- CreatedAt (datetime) – - The timestamp value of when the destination creation requset occurred. 
- UpdatedAt (datetime) – - The timestamp value of when the destination update requset occurred. 
- Tags (dict) – - A set of key/value pairs that are used to manage the customer-managed destination. - (string) – - (string) – 
 
 
 
 
 - Exceptions- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException