AWS SDK for .NET Documentation
Filter Property
AmazonAmazon.EC2.ModelDescribeCustomerGatewaysRequestFilter Did this page help you?   Yes   No    Tell us about it...
The filter to apply on the results of DescribeCustomerGateways.
Declaration Syntax
C#
public List<Filter> Filter { get; set; }
Remarks
Filters can be: a. state - The state of the Customer Gateway. (pending, available, deleting, deleted). b. type - The type of Customer Gateway. Currently the only supported type is ipsec.1. c. ipAddress - The IP address of the customer gateway's Internet-routable external interface (e.g., 12.1.2.3).

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)