ACMPCA.Waiter.
CertificateAuthorityCSRCreated
¶waiter = client.get_waiter('certificate_authority_csr_created')
wait
(**kwargs)¶Polls ACMPCA.Client.get_certificate_authority_csr()
every 3 seconds until a successful state is reached. An error is returned after 60 failed checks.
See also: AWS API Documentation
Request Syntax
waiter.wait(
CertificateAuthorityArn='string',
WaiterConfig={
'Delay': 123,
'MaxAttempts': 123
}
)
[REQUIRED]
The Amazon Resource Name (ARN) that was returned when you called the CreateCertificateAuthority action. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
A dictionary that provides parameters to control waiting behavior.
The amount of time in seconds to wait between attempts. Default: 3
The maximum number of attempts to be made. Default: 60
None