bmargulies
bmargulies

Reputation: 100113

How do I get a waiter for a snapshot import task with boto?

boto3 waiters come from resources. When I import a snapshot, an 'import-' id comes back. That's not one of the stock resource types, so how can I wait on it?

Upvotes: 0

Views: 537

Answers (2)

NickBroon
NickBroon

Reputation: 421

As of at least boto3 1.24.7 there is no waiter for importing a snaphot. There is an issue tracking the enhancement request to add such a feature to the SDK.

Upvotes: 1

Coin Graham
Coin Graham

Reputation: 1584

There is not currently a boto3 waiter for the import snapshot task.

Upvotes: 0

Related Questions