Internal extension point for features of the AWS Toolkit to contribute to the AWS Toolkit Overview view. An overviewSection extension allows components of the AWS Toolkit to hook into the AWS Toolkit Overview and provide new sections. The title to display for the contributed overview section. The class extending OverviewSection that provides overview content specific to a component of the AWS Toolkit for Eclipse. 1.0.0 <extension point="com.amazonaws.eclipse.core.overview"> <overviewSection title="Foo" class="com.amazonaws.FooOverviewSection"/> </extension>