version property
The version counter for the container instance. Every time a container
instance experiences a change that triggers a CloudWatch event, the version
counter is incremented. If you are replicating your Amazon ECS container
instance state with CloudWatch Events, you can compare the version of a
container instance reported by the Amazon ECS APIs with the version reported
in CloudWatch Events for the container instance (inside the
detail
object) to verify that the version in your event stream
is current.
Implementation
final int? version;