:doc:`DeadlineCloud <../../deadline>` / Client / create_license_endpoint

***********************
create_license_endpoint
***********************



.. py:method:: DeadlineCloud.Client.create_license_endpoint(**kwargs)

  

  Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/CreateLicenseEndpoint>`_  


  **Request Syntax**
  ::

    response = client.create_license_endpoint(
        clientToken='string',
        vpcId='string',
        subnetIds=[
            'string',
        ],
        securityGroupIds=[
            'string',
        ],
        tags={
            'string': 'string'
        }
    )
    
  :type clientToken: string
  :param clientToken: 

    The unique token which the server uses to recognize retries of the same request.

    This field is autopopulated if not provided.

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

    The VPC (virtual private cloud) ID to use with the license endpoint.

    

  
  :type subnetIds: list
  :param subnetIds: **[REQUIRED]** 

    The subnet IDs.

    

  
    - *(string) --* 

    

  :type securityGroupIds: list
  :param securityGroupIds: **[REQUIRED]** 

    The security group IDs.

    

  
    - *(string) --* 

    

  :type tags: dict
  :param tags: 

    Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


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

    
    ::

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

    

    - *(dict) --* 
      

      - **licenseEndpointId** *(string) --* 

        The license endpoint ID.

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

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

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

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

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ServiceQuotaExceededException`

  