:doc:`Route53RecoveryReadiness <../../route53-recovery-readiness>` / Client / list_cross_account_authorizations

*********************************
list_cross_account_authorizations
*********************************



.. py:method:: Route53RecoveryReadiness.Client.list_cross_account_authorizations(**kwargs)

  

  Lists the cross-account readiness authorizations that are in place for an account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/ListCrossAccountAuthorizations>`_  


  **Request Syntax**
  ::

    response = client.list_cross_account_authorizations(
        MaxResults=123,
        NextToken='string'
    )
    
  :type MaxResults: integer
  :param MaxResults: 

    The number of objects that you want to return with this call.

    

  
  :type NextToken: string
  :param NextToken: 

    The token that identifies which batch of results you want to see.

    

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

    
    ::

      {
          'CrossAccountAuthorizations': [
              'string',
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response - Success.

      
      

      - **CrossAccountAuthorizations** *(list) --* 

        A list of cross-account authorizations.

        
        

        - *(string) --* 

          CrossAccountAuthorization

          
    
      

      - **NextToken** *(string) --* 

        The token that identifies which batch of results you want to see.

        
  
  **Exceptions**
  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ThrottlingException`

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

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

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.AccessDeniedException`

  