View a markdown version of this page

CertificateFilterStatement - Amazon Certificate Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CertificateFilterStatement

A filter statement used to search for certificates. Can contain AND, OR, NOT logical operators or a single filter.

Contents

Note

In the following list, the required parameters are described first.

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

And

A list of filter statements that must all be true.

Type: Array of CertificateFilterStatement objects

Array Members: Minimum number of 1 item. Maximum number of 15 items.

Required: No

Filter

A single certificate filter.

Type: CertificateFilter object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

Not

A filter statement that must not be true.

Type: CertificateFilterStatement object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

Or

A list of filter statements where at least one must be true.

Type: Array of CertificateFilterStatement objects

Array Members: Minimum number of 1 item. Maximum number of 15 items.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: