AcmCertificateMetadataFilter

Types

Link copied to clipboard

Filter by whether the certificate has been exported.

Link copied to clipboard

Filter by certificate export option.

Link copied to clipboard
data class InUse(val value: Boolean) : AcmCertificateMetadataFilter

Filter by whether the certificate is in use.

Link copied to clipboard

Filter by the entity that manages the certificate.

Link copied to clipboard

Filter by certificate renewal status.

Link copied to clipboard
Link copied to clipboard

Filter by certificate status.

Link copied to clipboard

Filter by certificate type.

Link copied to clipboard

Filter by validation method.

Functions

Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a Exported and retrieves its kotlin.Boolean value. Throws an exception if the AcmCertificateMetadataFilter is not a Exported.

Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a Exported and retrieves its kotlin.Boolean value. Returns null if the AcmCertificateMetadataFilter is not a Exported.

Link copied to clipboard
Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a InUse and retrieves its kotlin.Boolean value. Throws an exception if the AcmCertificateMetadataFilter is not a InUse.

Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a InUse and retrieves its kotlin.Boolean value. Returns null if the AcmCertificateMetadataFilter is not a InUse.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this AcmCertificateMetadataFilter as a Type and retrieves its aws.sdk.kotlin.services.acm.model.CertificateType value. Throws an exception if the AcmCertificateMetadataFilter is not a Type.

Link copied to clipboard