CertificateFilter

sealed class CertificateFilter

Defines a filter for searching certificates by ARN, X.509 attributes, or ACM metadata.

Inheritors

Types

Link copied to clipboard

Filter by ACM certificate metadata.

Link copied to clipboard
data class CertificateArn(val value: String) : CertificateFilter

Filter by certificate ARN.

Link copied to clipboard
Link copied to clipboard

Filter by X.509 certificate attributes.

Functions

Link copied to clipboard

Casts this CertificateFilter as a CertificateArn and retrieves its kotlin.String value. Throws an exception if the CertificateFilter is not a CertificateArn.

Link copied to clipboard

Casts this CertificateFilter as a CertificateArn and retrieves its kotlin.String value. Returns null if the CertificateFilter is not a CertificateArn.