:doc:`DirectConnect <../../directconnect>` / Client / confirm_customer_agreement

**************************
confirm_customer_agreement
**************************



.. py:method:: DirectConnect.Client.confirm_customer_agreement(**kwargs)

  

  The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmCustomerAgreement>`_  


  **Request Syntax**
  ::

    response = client.confirm_customer_agreement(
        agreementName='string'
    )
    
  :type agreementName: string
  :param agreementName: 

    The name of the customer agreement.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **status** *(string) --* 

        The status of the customer agreement when the connection was created. This will be either ``signed`` or ``unsigned``.

        
  
  **Exceptions**
  
  *   :py:class:`DirectConnect.Client.exceptions.DirectConnectServerException`

  
  *   :py:class:`DirectConnect.Client.exceptions.DirectConnectClientException`

  