:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / create_destination

******************
create_destination
******************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.create_destination(**kwargs)

  

  Create a notification destination such as Kinesis Data Streams that receive events and notifications from Managed integrations. Managed integrations uses the destination to determine where to deliver notifications.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/CreateDestination>`_  


  **Request Syntax**
  ::

    response = client.create_destination(
        DeliveryDestinationArn='string',
        DeliveryDestinationType='KINESIS',
        Name='string',
        RoleArn='string',
        ClientToken='string',
        Description='string',
        Tags={
            'string': 'string'
        }
    )
    
  :type DeliveryDestinationArn: string
  :param DeliveryDestinationArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the customer-managed destination.

    

  
  :type DeliveryDestinationType: string
  :param DeliveryDestinationType: **[REQUIRED]** 

    The destination type for the customer-managed destination.

    

  
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the customer-managed destination.

    

  
  :type RoleArn: string
  :param RoleArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the delivery destination role.

    

  
  :type ClientToken: string
  :param ClientToken: 

    An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

    This field is autopopulated if not provided.

  
  :type Description: string
  :param Description: 

    The description of the customer-managed destination.

    

  
  :type Tags: dict
  :param Tags: 

    A set of key/value pairs that are used to manage the destination.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Name': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Name** *(string) --* 

        The name of the customer-managed destination.

        
  
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ConflictException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException`

  