SubjectFilter

sealed class SubjectFilter

Filters certificates by subject attributes.

Inheritors

Types

Link copied to clipboard
data class CommonName(val value: CommonNameFilter) : SubjectFilter

Filter by common name in the subject.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this SubjectFilter as a CommonName and retrieves its aws.sdk.kotlin.services.acm.model.CommonNameFilter value. Throws an exception if the SubjectFilter is not a CommonName.

Link copied to clipboard