CertificateFilterStatement
A filter statement used to search for certificates. Can contain AND, OR, NOT logical operators or a single filter.
Inheritors
Types
A list of filter statements that must all be true.
A single certificate filter.
A filter statement that must not be true.
A list of filter statements where at least one must be true.
Functions
Casts this CertificateFilterStatement as a And and retrieves its kotlin.collections.List
Casts this CertificateFilterStatement as a And and retrieves its kotlin.collections.List
Casts this CertificateFilterStatement as a Filter and retrieves its aws.sdk.kotlin.services.acm.model.CertificateFilter value. Throws an exception if the CertificateFilterStatement is not a Filter.
Casts this CertificateFilterStatement as a Filter and retrieves its aws.sdk.kotlin.services.acm.model.CertificateFilter value. Returns null if the CertificateFilterStatement is not a Filter.
Casts this CertificateFilterStatement as a Not and retrieves its aws.sdk.kotlin.services.acm.model.CertificateFilterStatement value. Throws an exception if the CertificateFilterStatement is not a Not.
Casts this CertificateFilterStatement as a Not and retrieves its aws.sdk.kotlin.services.acm.model.CertificateFilterStatement value. Returns null if the CertificateFilterStatement is not a Not.
Casts this CertificateFilterStatement as a Or and retrieves its kotlin.collections.List
Casts this CertificateFilterStatement as a Or and retrieves its kotlin.collections.List