EKS / Waiter / CertificateAuthorityUpdateComplete

CertificateAuthorityUpdateComplete

class EKS.Waiter.CertificateAuthorityUpdateComplete
waiter = client.get_waiter('certificate_authority_update_complete')
wait(**kwargs)

Polls EKS.Client.describe_update() every 30 seconds until a successful state is reached. An error is raised after 40 failed checks.

See also: AWS API Documentation

Request Syntax

waiter.wait(
    name='string',
    updateId='string',
    nodegroupName='string',
    addonName='string',
    capabilityName='string',
    WaiterConfig={
        'Delay': 123,
        'MaxAttempts': 123
    }
)
Parameters:
  • name (string) –

    [REQUIRED]

    The name of the Amazon EKS cluster associated with the update.

  • updateId (string) –

    [REQUIRED]

    The ID of the update to describe.

  • nodegroupName (string) – The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update.

  • addonName (string) – The name of the add-on. The name must match one of the names returned by ListAddons. This parameter is required if the update is an add-on update.

  • capabilityName (string) – The name of the capability for which you want to describe updates.

  • WaiterConfig (dict) –

    A dictionary that provides parameters to control waiting behavior.

    • Delay (integer) –

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

    • MaxAttempts (integer) –

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

Returns:

None