:doc:`ACMPCA <../../acm-pca>` / Waiter / AuditReportCreated

******************
AuditReportCreated
******************



.. py:class:: ACMPCA.Waiter.AuditReportCreated

  ::

    
    waiter = client.get_waiter('audit_report_created')

  
  

  .. py:method:: wait(**kwargs)

    Polls :py:meth:`ACMPCA.Client.describe_certificate_authority_audit_report` every 3 seconds until a successful state is reached. An error is raised after 60 failed checks.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/DescribeCertificateAuthorityAuditReport>`_    


    **Request Syntax**
    ::

      waiter.wait(
          CertificateAuthorityArn='string',
          AuditReportId='string',
          WaiterConfig={
              'Delay': 123,
              'MaxAttempts': 123
          }
      )
      
    :type CertificateAuthorityArn: string
    :param CertificateAuthorityArn: **[REQUIRED]** 

      The Amazon Resource Name (ARN) of the private CA. This must be of the form:

       

      ``arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 ``.

      

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

      The report ID returned by calling the `CreateCertificateAuthorityAuditReport <https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html>`__ action.

      

    
    :type WaiterConfig: dict
    :param WaiterConfig: 

      A dictionary that provides parameters to control waiting behavior.

      

    
      - **Delay** *(integer) --* 

        The amount of time in seconds to wait between attempts. Default: 3

        

      
      - **MaxAttempts** *(integer) --* 

        The maximum number of attempts to be made. Default: 60

        

      
    
    
    :returns: None