:doc:`MediaConvert <../../mediaconvert>` / Client / associate_certificate

*********************
associate_certificate
*********************



.. py:method:: MediaConvert.Client.associate_certificate(**kwargs)

  Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AssociateCertificate>`_  


  **Request Syntax**
  ::

    response = client.associate_certificate(
        Arn='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** The ARN of the ACM certificate that you want to associate with your MediaConvert resource.

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MediaConvert.Client.exceptions.BadRequestException`

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

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

  
  *   :py:class:`MediaConvert.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaConvert.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaConvert.Client.exceptions.TooManyRequestsException`

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

  